ngotek

ngotek

News and New Product Briefs (June 16, 2000)

INDEXHEAD: Citrix optimizes Java apps on MetaFrame for Solaris At JavaOne 2000, Citrix Systems demonstrated its technology for improving graphical Java applications that operate on Citrix MetaFrame for the Solaris operating environment. Citrix’s Java optimization methods enhance the distribution of…

Java Tip 96: Use HTTPS in your Java client code

Find out how to use the HTTPS protocol with the standard URL class If you’ve ever tried to implement secure communication between a Java client and an HTTPS (HyperText Transfer Protocol Secure) server, you’ve probably discovered that the standard java.net.URL…

High-priced iAS 6.0 difficult to justify

iPlanet’s Application Server 6.0 sports speedy performance, J2EE certification, and good Windows NT integration, but it’ll cost you dearly The foundation of every e-business application is a suite of essential services: database, transactions, messages, objects, and the Web. The Java…

Read all about EJB 2.0

Read all about EJB 2.0

Dramatic EJB 2.0 changes enhance flexibility and portability in your application development Enterprise JavaBeans 2.0, released June 2, is not just a point release but also a new version of the specification. At just over 500 pages, the EJB 2.0…

News and New Product Briefs (June 9, 2000)

INDEXHEAD: Allora supplies XML access to relational databases HiT Software has unveiled Allora, a Web middleware application that provides developers with XML access to relational databases. Allora is the World Wide Web Consortium version of the Document Object Model (DOM);…

An interview with James Gosling

An interview with James Gosling

Bill Venners probes the formidable mind of Java’s creator JavaOne Today: What have you been working on recently here at Sun Labs? Gosling: These days, I’m putting together a group to work on developer tools based on work done by…

Pat pushes Java forward

Pat pushes Java forward

<em>JavaWorld</em>’s editors talk to Pat Sueltz, president of Sun’s Software Products and Platforms Division, about Java’s current state — and its future. After just a few weeks as Sun’s Software Products and Platforms Division president, Pat Sueltz boldly announced that…

Java’s primitive wrappers are written in stone

You can’t alter an immutable object! Q: I have a basic question about the Integer class. How can I modify the value of an Integer instance? There is no function setValue offered by the application programming interface. A: The answer…