Hello to all,
Very simple question. I have never developed an application using any of the application framework available today like
Struts, Hibernate or Spring. I have used just JSPs and
Servlets for application development. I have a requirement to use JPA for application development. My Question is : Can JPA be used with JSPs and Servlets or do I need to have knowledge of frameworks?
Also If someone can suggest me some good links which provide information at a beginner level it will be very helpfull. Also Can JPA be implemented in
Java SE?