Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Hibernate JSP Tag

  Asked By: Lloyd    Date: Nov 04    Category: Java    Views: 805
  

I have found some JSP Tage for Hibenate at
http://hibtags.lokitech.com/index
(It is working with hibernate 2.1).

What do you think about it (calling your data access level from view!)?

I find it very usefull if you want to make some tests with hibernate
wihout deleaing with hibernate API and using some sample HQL.

Do you think this approche can be used in any project?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Sophie Williamson     Answered On: Nov 04

Of course in some situation using these tags are good, such as wanna
have very small project like a your own web site, i'm using it in my
own either.
In OSCache also is using something like it.

 
Answer #2    Answered By: Hattie Howard     Answered On: Nov 04

good for testing .. but for a big project or a porject
u want to continue update in feture, u must not fallow
this approch. u must go for MVC structure bcoz its
good for updation.

 
Answer #3    Answered By: Adanalie Garcia     Answered On: Nov 04

First think I could see was that the tags are very similar to JSTL.
I don't think it can be used in a project really.it would destroy the aim of lyering and make
the jsp  pages so dirty and heavy.
It is just a primery idea ,maybe in the future it would be changed to a more proper
situtation for use.

 
Didn't find what you were looking for? Find more on Hibernate JSP Tag Or get search suggestion and latest updates.




Tagged: