672329 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 10 Messages: 10 Messages: 10 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

JRockit's Liquid VM could be the first real Java OS

Posted by: Joseph Ottinger on December 11, 2006 DIGG
BEA has announced a significant portion of their direction in 2007, including a push for virtualization support. This will come in the form of a JRockit Liquid VM, which can serve as an operating system image in something like VMWare, rather than requiring a supporting host OS. In addition, BEA announced that they expect WebLogic 10, with Java EE support, out at around the same time.

The virtualization support is aimed at data centers, where a large concern centers around space, power consumption, and cooling. There's been a concentrated shift in many environments to use virtualization - where many virtual instances run on a single CPU instance - to increase the use of that single CPU, instead of leaving multiple CPUs underused.

Virtualization isn't just as simple as starting up four instances of VMWare on a single backplane, though. If the average CPU usage is 20% for each of those four, then obviously moving them into a single CPU means (roughly) 80% CPU usage, assuming the host OS takes up no CPU time itself. However, this means there's not much room for the applications to manage load; if one of those applications has a lot of load to handle, then the other hosted machines will endure resource starvation.

JRockit Liquid VM enters the picture by reducing the supporting instances' requirements for an OS. Liquid VM runs as if it were an OD in and of itself, so there's no need for VMWare to run Windows in order to run JRockit; instead, the VMWare instance would run JRockit directly. In addition, Liquid VM supports monitoring applications such that the managing application can deploy other virtual instances to other physical CPUs in order to support the datacenter's needs optimally.

Liquid VM is designed so that developers can create an application or SOA service point with a "normal VM," on a standard development platform, and then move that application to a virtual server without having to worry about the differences in platform. The Virtualization platform will contain WebLogic 9.2 and the JRockit Liquid VM. Initial platform support is aimed at VMWare.

Another aspect to BEA's announcement is that WebLogic 10 should be ready for release. It's already available as a preview, but it hasn't been certified as being Java EE compliant yet. The release will accompany changes in WebLogic Workshop to cater to the specific capabilities of WebLogic 10.

Threaded replies

·  JRockit's Liquid VM could be the first real Java OS by Joseph Ottinger on Mon Dec 11 08:14:59 EST 2006
  ·  Re: JRockit's Liquid VM could be the first real Java OS by James Imber on Mon Dec 11 10:10:44 EST 2006
  ·  How does it tie in with data center infrastructure? by Tilo Christ on Mon Dec 11 10:41:30 EST 2006
  ·  Re: JRockit's Liquid VM could be the first real Java OS by Cameron Purdy on Mon Dec 11 15:04:23 EST 2006
  ·  It's Been Done by Scott Warren on Mon Dec 11 16:52:22 EST 2006
    ·  It's Been Done by Scott Warren on Mon Dec 11 16:59:35 EST 2006
  ·  How about the WebLogic 10? by Victor Jan on Mon Dec 11 23:03:13 EST 2006
  ·  If google can't find it, does it exist? by Geert Pante on Tue Dec 12 04:11:54 EST 2006
  ·  Re: JRockit's Liquid VM could be the first real Java OS by Reg Whitton on Tue Dec 12 06:01:13 EST 2006
    ·  Re: JRockit's Liquid VM could be the first real Java OS by Sal Magnone on Tue Dec 12 12:43:54 EST 2006
  ·  Re: JRockit's Liquid VM could be the first real Java OS by Deepak Batra on Wed Dec 13 07:46:17 EST 2006
  Message #223692 Post reply Post reply Post reply Go to top Go to top Go to top

Re: JRockit's Liquid VM could be the first real Java OS

Posted by: James Imber on December 11, 2006 in response to Message #223589
It would be nice if they support Amazon EC2, which is based on Xen.

  Message #223701 Post reply Post reply Post reply Go to top Go to top Go to top

How does it tie in with data center infrastructure?

Posted by: Tilo Christ on December 11, 2006 in response to Message #223589
The data centers that I have used so far all had some kind of infrastructur for backup, monitoring and uptime support (HP OpenView, CA UniCenter, homegrown shell scripts). How would a Liquid VM server tie into those? Is the Liquid VM really all proprietary, or is it just a hidden RedHat Linux with a VM running on top of it? I would actually find that better, because of the tool support.

  Message #223736 Post reply Post reply Post reply Go to top Go to top Go to top

Re: JRockit's Liquid VM could be the first real Java OS

Posted by: Cameron Purdy on December 11, 2006 in response to Message #223589
Awesome! We've known that this was coming for a couple years now, and it looks like it's finally in a state that BEA can talk about it publicly. This is a huge step down the road to full virtualization of the data center, at least from the POV of Java.

Peace,

Cameron Purdy
Tangosol Coherence: The Java Data Grid

  Message #223747 Post reply Post reply Post reply Go to top Go to top Go to top

It's Been Done

Posted by: Scott Warren on December 11, 2006 in response to Message #223589
About a year ago I found this http://jamvm.sourceforge.net/ looks like someone has already started.

I can't say how good/bad it is but I had a play with it back then and it seemed good.

Scott

  Message #223748 Post reply Post reply Post reply Go to top Go to top Go to top

It's Been Done

Posted by: Scott Warren on December 11, 2006 in response to Message #223747
Sorry Wrong URL http://jnode.org/

Scott

  Message #223771 Post reply Post reply Post reply Go to top Go to top Go to top

How about the WebLogic 10?

Posted by: Victor Jan on December 11, 2006 in response to Message #223589
Now, the WebLogic 9.x with a lot of bugs, I wonder whether they have fixed all of them or not. The WebLogic 9.x is really bad product and hope the 10 is a stable version.

  Message #223779 Post reply Post reply Post reply Go to top Go to top Go to top

If google can't find it, does it exist?

Posted by: Geert Pante on December 12, 2006 in response to Message #223589
http://www.google.com/search?q=JRockit+Liquid+VM

Could you provide me with an URL to find some more details? It sounds mighty interesting.

Greets.

  Message #223780 Post reply Post reply Post reply Go to top Go to top Go to top

Re: JRockit's Liquid VM could be the first real Java OS

Posted by: Reg Whitton on December 12, 2006 in response to Message #223589
Could it be the first real Java OS?

Leaving aside the jnode project linked to above, I would have thought the answer is still - No. Surely this is the removal of the OS from the scenario, a JVM running directly on virtual hardware.

However, I assume we could remove the 'virtual' and run the JVM directly on real hardware. This would set the possibilities whirling. Could we then use a JVM like this to create a real Java OS, with process control and intercommunication?

  Message #223822 Post reply Post reply Post reply Go to top Go to top Go to top

Re: JRockit's Liquid VM could be the first real Java OS

Posted by: Sal Magnone on December 12, 2006 in response to Message #223780
It would be fast for sure, but then I'm sure I wouldn't want the next rev of the JVM release that I'm using stalling on hardware centric issues.

I could be convinced, but right now that dividing line between the virtual OS and the application VM sounds like good complexity and dependacy management.



Sal Magnone
Chief Engineer
LAB09 LLC.

  Message #223882 Post reply Post reply Post reply Go to top Go to top Go to top

Re: JRockit's Liquid VM could be the first real Java OS

Posted by: Deepak Batra on December 13, 2006 in response to Message #223589
This is going to be great, only one thing to tune and manage.

Peace,

Deepak Batra
Arcturus AutoPilot WL: Get Predictable BEA WebLogic

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 2

Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (January 21, Article)

Ted Neward Q&A: What you must know about JavaScript, Scala and more

Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala. (January 15, Article)

Developers split on open sourcing Java

Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language. (November 24, Article)

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Free Book PDF Download: Mastering EJB Third Edition

Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map