ngotek

ngotek

Oracle8i’s ORB does the trick

Oracle8i’s ORB does the trick

Develop scalable and secure Java CORBA applications with Oracle8i Oracle8i features a built-in JVM, an embedded ORB (object request broker) based on OMG’s (Object Management Group) CORBA specification, and useful services such as an EJB component model. In this article,…

Crafting Metadata

Decouple applications and their details using properties, XML, and cryptography When a story is reconstructed, its central plot doesn’t change. But depending on the author and audience, the plot is obfuscated by changes in context: settings, scene sequences, characters, tone,…

News and New Product Briefs (July 21, 2000)

INDEXHEAD: ParaSoft and CodeMarket form alliance ParaSoft and CodeMarket have joined forces to develop outsourced software components. Under the agreement, Parasoft’s Jtest Java-testing tool will be used for all components outsourced or purchased through CodeMarket’s software development network. CodeMarket will…

Build a better mouse trap

Take a look at the ins and outs of mouse events Q: What is the difference between the mouseClicked() and mousePressed() methods of the MouseListener interface? A: Java’s AWT library supplies two interfaces that allow listeners to receive mouse events.…

Flatten your objects

Discover the secrets of the Java Serialization API We all know Java allows us to create reusable objects in memory. However, all of those objects exist only as long as the virtual machine remains running. It would be nice if…

Microsoft drops Java tool from suite

Due to the Sun-Microsoft Java legal fight, Microsoft decides not to include Visual J++ with its upcoming Visual Studio.Net tool July 12, 2000 — Microsoft confirmed that Visual J++, its Java-based tool, will not be part of the pending Visual…

WebGain gaining ground

The new company continues to build up its Java toolbox via product and company acquisitions July 12, 2000 — Through its recent string of product and company acquisitions, WebGain is building up its Java toolbox and moving into the market…

Lock on to an alternate synchronization mechanism

Learn how to implement a reader/writer lock for flexible protection Software professionals have been debating multithreaded programming for quite some time now. The notion of threading is so ingrained within the Java platform that developers can rarely create even simple…