by pai911
There are some scripting language for fast web development emerging these days. However, there is still lots of people stick to the Java web programming because of its great collections of library available.
It may be feasible to develop web site by those scripting language when time is the FIRST priority, but for some apllication, it is still better to use Java as the development language.
If you happens to choose to use Java
1 of 1 users found the following review helpful. Was this review helpful to you? Yes | No
by russelldb
Tapestry means a lot of things. Tapestry 4 is a different beast to Tapestry 5. Tapestry 4 is stable and mature and reasonably well used.
Tapestry 5 is fast changing, in beta and a tad unstable. Neither are strictly speaking enterprise ready.
The big question is why would you? When there is Spring MVC, Wicket, JBoss Seam why would you
A) Write a competing framework on your own?
B) Use such a framework?
I
0 of 1 users found the following review helpful. Was this review helpful to you? Yes | No
by TheAlienist
Back in the old days when I was still writing Java-based web apps, I stumbled upon Tapestry and thought it was da bomb. However after discovering Rails, i have to admit that even though Tapestry is simpler and more elegant than competing Java web frameworks, the simple truth is that Java is just not well matched for web development.
Therefore, if you must write in Java, by all means, check this out. Otherwise, I recommend web scripting solutions instead (php, rails, django, etc...).
1 of 4 users found the following review helpful. Was this review helpful to you? Yes | No