Hi,
Can we deploy a simple java class (no servlets, no jsps, no ejbs)in Application Servers(iPlanet 6.0)? If it is possible, how to call that class from a non-browser environment?
Regards
Venkat
-
Application Servers (2 messages)
- Posted by: Venkatakrishnan Narasimhan
- Posted on: December 19 2000 00:09 EST
Threaded Messages (2)
- Application Servers by Dave Wolf on December 19 2000 07:53 EST
- Application Servers by Robert McIntosh on December 20 2000 08:35 EST
-
Application Servers[ Go to top ]
- Posted by: Dave Wolf
- Posted on: December 19 2000 07:53 EST
- in response to Venkatakrishnan Narasimhan
Sybase EAServer can import a standard Java class and then make it appear as an EJB, CORBA Object in Java or C++ or COM from a client.
Dave Wolf
Internet Applications Division
Sybase
-
Application Servers[ Go to top ]
- Posted by: Robert McIntosh
- Posted on: December 20 2000 08:35 EST
- in response to Venkatakrishnan Narasimhan
Gemstone allows you to do something very similiar to what Sybase can do. I don't know about iPlanet though.
Robert