Hello everybody,
I am developing a project that consists of creating an editor component inside of an J2EE environment (essentially a servlet) which allows to edit a diagram with a standard web browser by communicating with the web component on the server. The project will require Java and servlet programming on a Tomcat server.
When I started I didn't know a lot about this field and I began to develop the application in the following manner:the diagram editing in realized by the web client side using an applet, and I intend to use applet servlet communication for getting to the final requirements. Do you have any advice about what method should I use, RMI maybe? Are there any examples that I could use?
Thank you in advance
-
web application for diagram editing (1 messages)
- Posted by: consi consi
- Posted on: March 31 2005 09:26 EST
Threaded Messages (1)
- web application for diagram editing by Duncan Mills on April 04 2005 09:32 EDT
-
web application for diagram editing[ Go to top ]
- Posted by: Duncan Mills
- Posted on: April 04 2005 09:32 EDT
- in response to consi consi
You might find the following useful:
http://www.oracle.com/technology/sample_code/tech/java/servlets/htdocs/basic.htm
http://www.j-nine.com/pubs/applet2servlet/Applet2Servlet.html