how to get session object in simple java class??

how to get session object in simple java class??

i am fallowing a simple mvc architecture.

actually my problem is....

i am using 4 classes in my work.

1) GroupDetails.jsp

2) GroupPojo.java (simple pojo class which have setters and getters)

3) GroupServlet.java (a servlet class for control)

4) GroupDetailsDao.java (it is also a simple java class which have the jdbc logic)

in JSP : accepting the groupid and groupname from the user. and i am setting the value to GroupPojo.java and set this pojo object into session. sending control to servlet.

in servlet : here i am checking that whether jsp want to insert data or update data or delete the data. base on the jsp request i am calling paticular method in the GroupDetailsDao.java only.

problem......................... is....................

now i need to get that session object (GroupPojo) into GroupDetailsDao.java and i need to perform some operations and finally i need set that grouid and groupname to GroupPojo.java and set this GroupPojo object into session.

so, please tell me, how to get the session object (GroupPojo) in a simple java class (GroupDetailsDao.java)

please help me....

View Answers









Related Tutorials/Questions & Answers:
how to get session object in simple java class??
get a session object - JSP-Servlet
Advertisements
In Java how to get size of class and object?
In Java how to get size of class and object?
Session Object
Session Object
session object
How many cookie object we can store in a session? is there any limit?
ModuleNotFoundError: No module named 'classix'
Accessing Session Object
Session Object from request
How many ways can we get the value of current session id?
ModuleNotFoundError: No module named 'classad'
ModuleNotFoundError: No module named 'classad'
Get session value in javascript
how to get date format in string from date object containing real date in java
how to get date format in string from date object containing real date in java
JSP Session Object
Java example to get Object class name at runtime
How to get jSon object in servlet from jsp - JSP-Servlet
parsing XML file to get java object - XML
Java Get classes In Package
How are Anonymous (inner) classes used in Java?
How could we get log file as simple text format
Hibernate 4.3.0.Final get session
Get values from session to array
Get values from session to array
How to get Java SDK
How to get length of string in Java?
Error in simple session bean ..................
How to get current timestamps in Java
JSP Implicit object "session"
EJB Deployment how to create a simple ejd session bean and how to do project setup
Java classes
File Handling Classes in Java
Hibernate Session Get
how to get this xml syntx in java??????
how to get this xml syntx in java??????
Track user's session using 'session' object in JSP
How to get the current date in Java?
How to get enum value in Java
Java classes
Video Tutorial - Classes and Objects in Java
how to create a jar file for java classes? - Java Interview Questions
how to get browser cookies in java
java classes
How to get day of week in Java?
how to get file extension in java
Get Session Id
Java example program to get the object's ID

Ads