I have found some JSP Tage for Hibenate athttp://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 hibernatewihout deleaing with hibernate API and using some sample HQL.Do you think this approche can be used in any project?
Of course in some situation using these tags are good, such as wannahave very small project like a your own web site, i'm using it in myown either.In OSCache also is using something like it.
good for testing .. but for a big project or a porjectu want to continue update in feture, u must not fallowthis approch. u must go for MVC structure bcoz itsgood for updation.
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 makethe jsp pages so dirty and heavy.It is just a primery idea ,maybe in the future it would be changed to a more propersitutation for use.