Thursday, October 07, 2004

Apache Jakarta Commons Daemon : Java based daemons or services

Daemon - Daemon : Java based daemons or services

A Java program has to implement some interfaces to run as a real system daemon. There are some C binaries who interact with the operation system. In Win32 the start and stop of the daemon (Service) can be done with the usual net start / net stop commands or from the graphical service manager.

Win32 und Unix like system support.

AndroMDA - Homepage

AndroMDA - Homepage

XDoclet: Attribute-Oriented Programming - Welcome

XDoclet: Attribute-Oriented Programming - Welcome

Wednesday, October 06, 2004

Tuesday, October 05, 2004

Open Laszlo

Open Laszlo

What is Laszlo?

Laszlo is an open source platform for the development and delivery of rich Internet applications on the World Wide Web. It is released under the OSI-certified Common Public License.

The Laszlo platform consists of the LZX language and the Laszlo Presentation Server.

* LZX is an XML and JavaScript description language similar in spirit to XUL and XAML. LZX enables a declarative, text-based development process that supports rapid prototyping and software development best practices.
* The Laszlo Presentation Server (LPS) is a Java servlet that compiles LZX applications into executable binaries for targeted run-time environments. Laszlo currently targets the Flash Player. The LPS compiles LZX applications into SWF bytecode for the Flash Player, serves and caches these compiled applications to any Web browser enabled with Flash 5 or later, and proxies application requests for back-end XML data sources and web services.