Is there such a framework?

Hello all!

There are a lot of frameworks for developing web based application in java, for example jsf, struts, hibernate, spring, tapestry, DB HTML (Oracle), jaas and so on. The problem is that all these frameworks require a programmer to know quite complicated things. You must be experienced J2EE developer to work with such frameworks. Moreover, it takes you very much time to develop a small application.

I am looking for a framework which allows me to develop web applications mostly working with SQL queries, HTML templates and configurational descriptors. Of course, it might be necessary to write some java classes, but it must be easy and only in particular situations. This framework must hide all complicated and low-level things like EJB, MVC, data access components and so on. I know that it's necessary to separate business logic from interface, but this approach partly supports this principle. There are XML descriptors which contain SQL queries for inserting, deletion and updating data and HTML templates which define user interface and the framework that renders it. Also there are configurable lists (or grids) and trees that work in the same way. They must support paging, sorting, search by parameters and some other features. You can easily construct any application using such components.

Actually, I took part in developing similar framework, but we used very specific tools and it wasn't completed. May be there already exist something like that?

Best regards,

Alex

[1531 byte] By [Alex.Nosova] at [2007-10-2 3:59:04]
# 1
Yes, there are several such frameworks which don't need much programming skills. But these products are very expensive and therefore, I don't know their names anymore. Just search via google. They cost thousands of dollars ...
MartinHilperta at 2007-7-15 23:20:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Martin, which keywords should I use?
Alex.Nosova at 2007-7-15 23:20:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
So, as I understand, there are no such framefworks...
Alex.Nosova at 2007-7-15 23:20:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
You are misinformed somewhat, i use Struts and i know Struts requires no J2EE knowledge to be fully functional, neither does it take long to make a small application.
pgeuensa at 2007-7-15 23:20:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
Pgeuens, Struts doesn't support all this things. It doesn't support paging, user authorization, trees and so on. Of course it's possible to develop it using struts :-) but It's not what I am looking for!
Alex.Nosova at 2007-7-15 23:20:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...