communication « Bean « JSP-Servlet Q&A





1. JSP servlet bean bad communication    coderanch.com

I've developed the servlet for use of Jess (Rule-engine) to import an ontology (from JessTab/Protege) and apply to this some inference rules... the String is only for debug....because is much simpler than passing other bean... Here is code: BaseServlet class: _____________ import jess.*; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; public abstract class BaseServlet extends HttpServlet { public void doPost(HttpServletRequest request, HttpServletResponse ...

2. bean - servlet communication    coderanch.com

4. servlet , bean , jsp Communication    coderanch.com

6. Communication between Java Beans    coderanch.com

I am new to java programming. I am just assigned to write java beans application which requires communicating with another open-source EJB3 application. The two applications will be separately run in different PCs (and of course separate JVMs). Can anyone give me some hints on how the two applications can be communicated (web services is not considered). Thanks.