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 November 1, 2001)

Java Politics

Mobile Java News

  • Java enabled devices for GSM networks. Finally things are starting to fall into place. This month I got a Siemens SL 45i as well as a Motorola Accompli 008 device on my desk! Both can run J2ME MIDlets. The Siemens device is very small and compact, but only supports GSM-Data. If you have an SL42 or SL45, then you can turn it into a full-fledged 45i through a pure software upgrade. Contact me if you are interested in that. The Motorola is more of a communicator-type of device, with PDA capabilities. The Accompli has more memory than the SL45i, and runs on GPRS. For some interesting mobile Java resources, check out
    http://www.javamobile.org/

Enterprise Java News

  • Superior application management with JMX. JMX (Java Management Extensions) is an extensible application management framework. With JMX you can build Java server applications that can be managed through protocols such as SNMP or CMIP, and through network management tools such as Tivoli™ or Patrol™.
    Many J2EE vendors, such as JBoss, Enhydra and WebLogic, are using it. The following is an introductory article to JMX.
    http://www.javaworld.com/javaworld/jw-06-2001/jw-0608-jmx.html
    http://java.sun.com/products/JavaManagement
  • The battle over Web services. Web services are getting a lot of attention (and hype!) these days. Web services are touted as "the solution" for building open and vendor-neutral services, which can be called over the Internet using HTTP as transport protocol. Though Web services promise platform independence, vendors, including Sun with J2EE, strive to lock customers into proprietary Web services platform solutions.
    http://www.internetweek.com/newslead01/lead101901.htm
  • Garnter says Web services are coming soon. Microsoft and Sun are betting heavily on Web services and on SOAP (Simple Object Access Protocol). The way businesses and consumers use software "will change dramatically" as component-based Web services start to become available in the coming months and years.
    http://www.internetnews.com/asp-news/article/0,,3411_901271,00.html
The Good Old J2SE World
  • How to serialize Java Objects into XML. Koala XML serialization provides an easy way to serialize and deserialize Java Objects in an XML document. It allows developers to convert Java objects to and from XML, using the java.io.ObjectOutputStream and java.io.ObjectInputStream classes.
    http://www.wdvl.com/Authoring/Languages/XML/Java/serialization.html