Java User Group Switzerland
About us Contact us Services Events
Board Join Us Java News Upcoming
By_Laws Address Change Past
Growth Ideas
General Assembly Press
Partners

Java News

(Until Jan 3, 2001)

What Happened to Jini?
(3.1.2001)

"If you would have believed in Jini when it came out, then by now all the devices would be Jini enabled!".

Hear why Joerg Bertholdt, Product Line Manager at WindRiver Systems, is skeptical about the adoption of Jini by the embedded systems market. I'm skepital too, by the way. If you want to know why, drop me a note J.

ebXML versus Microsoft Biztalk
(19.12.2000)

Talking about using Java and XML for B2B transactions, here is a feature article comparing two of the most prominent standards in this area: ebXML and Microsoft’s Biztalk. ebXML is a comprehensive message exchange architecture that can use various transport protocols for interconnecting business systems. Biztalk’s main strength is that it builds on SOAP, the Simple Object Access Protocol.

XML Messaging Specification
(6.12.2000)

http://www.java.sun.com/pr/2000/12/pr001204-01.html
http://www.ebxml.org/
Sun's Java API for XML Messaging (JAXM) specification is geared at applications that want to use XML and HTTP to perform Business-to-Business (B2B) transactions. Is this the revival of "EDIFACT"? Try it out, JAXM is kind of an XML-enabled messaging middleware (MOM).

Tomcat 3.2 available
(4.12.2000)

The final release of the Tomcat servlet engine is available. It’s really a powerful environment for running servlets and JSPs. Tomcat can be integrated with leading web server products (Apache, IIS, etc.), and can be even embedded into your Java applications. So if you need to add HTTP server functions to your application, Tomcat might be the right choice for you.

Internet Access in Airplanes
(29.11.2000)

Do you also get that nervous feeling on a flight, trying to image all the complex technology that has been thrown together to prevent your plane from falling down to earth? Wait, it’s getting even more exciting now! With a solution steeped in Java technology, Tenzing Communications, Inc., and Air Canada, are poised to take Internet access to the sky and beyond. Good luck to all of us!

Java Web Start Release Candidate
(29.11.2000)

We talked about Java Web Start (JWS) in the last issue of Java News. JWS - a new application-deployment technology - gives you the power to launch full-featured applications with a single click from your Web browser or directly from the desktop. JWS allows you to deploy applications to thousands of users, by placing them on a central web server. For that you won't need to provide your applications as Applets.

JWS mainly consists of a tiny "desktop" application. There you will find an icon for each Java application available on a web server. When you click on an application's icon, the JWS desktop connects to the web server, and also checks whether a copy of the application is cached at the client. (The JWS desktop application, and not the Web browser, implements caching of applications). If the application is not cached, then it is fully downloaded from the server. If the application is cached, but has an older version than the application on the Web server, then an update is downloaded and applied to the cache. Finally, the application is launched. The whole process won't require users to install any JVM nor to fiddle around with the CLASSPATH.

C# versus Java
(22.11.2000)

http://www.javaworld.com/javaworld/jw-11-2000/jw-1122-csharp1.html
http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-csharp2.html
Is C#, Microsoft’s new weapon in the programming language war, gonna kill Java? Read Mark Johnson’s article…

A Cool Device
(22.11.2000)

Nokia announces the 9210, a Communicator device running the Symbian operating system. The 9210 will become available in the second quarter of 2001 and will provide a PersonalJava execution environment, as well as an implementation of the Java Telephony API (JTAPI).

New EJB-to-ActiveX Bridge
(22.11.2000)

The J2EEtm Client Access Service (J2EEtm CAS) allows native Windows applications to access entity Enterprise JavaBeans (EJB) components using the ActiveX Data Objects (ADO) API. So if your Microsoft .NET application needs to access an EJB, CAS will provide a bridge between the two worlds.

And the Winner Is …
(6.11.2000)

Sorry, I just couldn’t resist telling you the good news that the "Symbian Best Java Application Award 2000" goes to Softwired’s wireless messaging middleware product! It’s the first implementation of the Java Message Service (JMS) API for mobile devices.

On the same date, Symbian releases the Symbian "Quartz" SDK for Java. It’s worth having a look at the "Quartz" emulator!