Java Forum




Wednesday, April 26, 2006

Enterprise & Distributed Computing

Just post all your comments for
» Core Distributed Computing APIs


Java Database Connectivity (JDBC) & Transactions (JTA/JTS)


Naming and Directory (JNDI)


Remote Method Invocation (RMI)


Socket Programming

» Enterprise Integration


Enterprise JavaBeans


Java Business Integration (JBI) Forum


Java Message Service (JMS)


JavaMail

» Web Applications


JavaServer Pages (JSP) and JSTL


Java Servlet Technology


JavaServer Faces Technology

» Web Services


Java Technology & XML


Java Technologies for Web Services


J2EE Software Development Kit (J2EE SDK)


J2EE Portability

5 Comments:

  • I am having problem in handling sessions with JSP

    By Anonymous Anonymous, at Thu Apr 27, 01:13:00 AM  

  • Hey Mr. Anonymous can you tell me what the problem is ????

    By Anonymous Mudassar, at Thu Apr 27, 01:14:00 AM  

  • The problem is that i m having 2 frames and the session id for both the frames comes different

    By Anonymous Anonymous, at Thu Apr 27, 01:15:00 AM  

  • So instead of using frames you can just use jsp:include tag just try it out and let me know if it works for you......

    By Anonymous Mudassar, at Thu Apr 27, 01:17:00 AM  

  • By default session is false in JSP, make the session=true entry at the start of the page using jsp:include tag.

    Enjoy
    Irfan

    By Anonymous Anonymous, at Fri Apr 28, 01:03:00 PM  

Post a Comment

<< Home