General|News| Download| Contact

Sydney project


Sydney is a codename for our new Application server for Java platform. It does not conform to J2EE specification. It can be seen as lightweight application server , as a part of multitier distributed architecture.
The following features are supported :

  • Stateless sessions, in this case you call one method of the application object in the Sydney server
  • Statefull sessions(connection oriented), during which you can call many methods of the same object
  • Secure statefull sessions, supporting SSL , TLS and X509 (not in 1.19)
  • Sydney Broker , consisting of set of Java classes , which enable to communicate with the Sydney server(eq. to start the applications on the server) from within any of Your client Java class (or Java enabled), for example from Your EJB, from Your JSP(Java server page) etc
  • scalability (much better than in 1.19)
  • object pooling (much better than in 1.19)
  • builtin firewall (not in 1.19)

Download trial beta 1.19 version of Sydney package

It is possible to obtain the newest trial production version 1.52 of sydney package. Simply email us and give Your name and short one sentence description of Your project.

Installation of the package

Bugs


Homepage