The Maxine VM
Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.
- Java,
Tracking change and innovation in the enterprise software development community
Posted by Srini Penchikala on Sep 23, 2008 02:00 PM
Oracle Enterprise Pack for Eclipse plugin suite supports SOA component development and FastSwap feature to help in development and deployment of Java applications on Oracle WebLogic Server 10g R3 version using Eclipse 3.4 IDE. Oracle recently announced the availability of Oracle Enterprise Pack Version 1.0 as a new component of its Fusion Middleware product.
The Enterprise Pack is a set of Eclipse plug-ins that can be used for Database, Java, Java EE application development and deployment on Oracle WebLogic Server. With Oracle Enterprise Pack for Eclipse, Java developers can develop, debug and deploy applications to Oracle WebLogic Server 10g R3, in addition to earlier versions, either locally or remotely. The tool also includes features to enable the development, assembly, build, deployment, debugging, and testing of Service Oriented Architecture (SOA) based applications.
The tool supports new development features of Oracle WebLogic Server including FastSwap and the ability to redefine Java classes without redeployment. FastSwap feature gives developers the ability to update Java class files and have those changes take effect immediately on the application under development, without having to restart the application server. Its design is based on a "change-aware classloader" which allows the developers to deploy the code changes in a single class or set of classes without any loss of application state at run-time. When a class changes, the system automatically loads the new class and the application state is maintained in the running application.
Oracle Enterprise Pack will support development with technologies including JEE, Java SE, JavaServer Faces (JSF), Web Services, XML, Spring Framework, Struts, Database Development, and CSS & Javascript. It will be the basis for Oracle's Eclipse support, combining Java EE development features of Oracle Workshop for WebLogic which extends Eclipse Web Tools Platform for development of Web Services, Object Relational Mapping (ORM), Apache Beehive, and Web Applications.
Oracle, a Strategic Developer Member in Eclipse Foundation Board, also leads in the following Eclipse projects:
Oracle Enterprise Pack Version 1.0 supports JDK 5 and JDK 6 versions and is available for download on Oracle website. The Technical Information and Documentation sections on the website have more information on how to use the Eclipse plugin. The tool has a wizard based feature to define WebLogic Runtime configuration by specifying WebLogic Home directory location and other server details.
WebLogic Server 10g R3, released by Oracle last month, includes several interesting new features like Lightweight Installation, HTTP Pub/Sub Server, and Optional Services Startup which were covered in detail on InfoQ.
Terracotta 10x Faster Than Oracle Coherence
Terracotta Distributed Cache Performance Case Study
Continuous Application Performance and Transaction Analysis eKit
Gnip Case Study: Reliable and Scalable Access to Massive Data Streams from Multiple Sources
Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.
Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.
The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.
Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.
Cloud computing feels like a tomorrow technology. Simon Thurman shows how developers can use Biztalk to create an Internet Service Bus which can be deployed locally or in the cloud.
InfoQ takes a look at the JavaFX preview build and talks to Sun Staff Engineer Joshua Marinacci about the upcoming version 1 release expected this autumn.
Jeff Sutherland, co-creator of Scrum, and Guido Schoonheim, CTO of Xebia, present an actual case of reaching hyper-productivity with a large distributed team using XP and Scrum.
In this interview made by InfoQ's Greg Young, Steven "Doc" List talks about Open Space conferences, a way of running meetings of groups of various sizes by facilitating self organizing the sessions.
2 comments
Reply