- 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)
|