Technology Industry
Industry: Email Alert RSS FeedThe Technologies of Java
ENT, August 12, 1998
Virtual Machine (VM). A key differentiator between Java and other languages, the VM isolates Java code from platform differences. VMs are bundled with popular browsers and operate outside the browser as well. The VM can be also a trouble spot, because code that runs on one vendor's VM will not necessarily run identically on another's. Current VM incompatibilities have spawned the catch phrase "write once, test everywhere."
Component Model. The JavaBeans component model enables design time access to objects, object persistence and integration with rapid application development (RAD) environments. Bridges from JavaBeans to Component Object Model (COM) and Common Object Request Broker Architecture (CORBA) are available.
Most RecentTechnology Articles
Class Libraries. At least three popular class libraries are available for simplifying Java development. AFC (Microsoft) and JFC (Sun) are both pure Java implementations. WFC (also Microsoft) is a Windows-specific class library that uses COM rather that JavaBeans as its component model and directly calls Windows API functions from thin Java wrappers.
Enterprise JavaBeans Specification. The relatively new Enterprise JavaBeans specification describes the interfaces for enterprise Java services, such as transaction processing, data binding, message queues and remote management. Virtually all enterprise vendors except Microsoft endorse Enterprise JavaBeans to some degree.
CIO SessionsVision Series on ZDNet
Brought to you by CBS MoneyWatch.com
- 10 Best Places to Retire
- Companies with the Best 401(k) Plans
- Most Important Document for Your Heirs? It's Not Your Will
- Video: Should You Expect to Retire Rich?
- Over 50? Here's How to Get (and Keep) a Great Job
Most Recent Technology Articles
- INTERVIEW WITH BEN BUTTERS, DIRECTOR OF EUROPEAN AFFAIRS AT EUROCHAMBRES : "A PERFECT ROAD MAP FOR EU CLUSTERS DOES NOT EXIST".
- AGENDA.(Brief article)(Conference notes)
- FIGHT AGAINST INTERNET PIRACY.
- INTERNET : AUTHORS' SOCIETIES URGE ACTION AGAINST PIRACY.
- TELECOMMUNICATIONS : BUSINESSEUROPE HOSTILE TO FURTHER CONTRACTUAL OBLIGATIONS.(Brief article)
Most Recent Technology Publications
Most Popular Technology Articles
- What is precision air conditioning and why is it necessary?
- Business process re-engineering in the small firm: A case study
- BizRate to monitor in-store customer satisfaction for Office Depot stores - Market Intelligence
- Speed control of separately excited DC motor
- Design and development of sensor based traffic light system


