请问板桥对STRUTS的一些看法

最近打算学,不知道STURTS的前途怎么样

当然需要学,只要会用就可以了。

我觉得可以学习一下,一些思想不错的。但不能刻意追求一些东西,比如,jsp页面中不能有java代码等,这应该是相对的,工具是为人服务的,如果使人感觉越来越麻烦哪就没有意义了!

我不习惯用Struts里面的Tag库,还不如自己写Html代码来的方便直观那!!大家什么意见

这几天看了看
感觉struts做起来更麻烦更复杂

就简单的jsp页面也让tag搞的乱七八糟
而且bean得写一大堆

大家说说好处在哪呢?

刚开始时有点不习惯,但用一段时间就会习惯的

psk:大家说说好处在哪呢?
-------
好处就是便于用工具来生成页面,不用手工那么累了。

那你们都用些什么工具?

Jbuilder8对Struts支持比较好,基本上可以达到是可视化开发。
还有Forte和Vi Age都对Struts支持。
Struts的优点有好多。
在官方网站上有好多例子
http://jakarta.apache.org/struts

In one sentense, struts force you to do web programming in a more disciplined way.

I made enhancement to struts for easier DB application programming, I call i TopStruts, here is a Preface of a doc, it tell you why I do it. Also I enclosed a sample doc .

Regards
-Wanchun

Preface
I strongly recommend you take few days to study struts first before bury your head into this documentation. Understanding Struts will make you be more appreciated with the features here. Struts is very powerful, clean, flexible, but how about use it to build a Data process oriented application? You are going to pull your hair out of the head. That’s the struggle I had and I have seen many frustration posts on Struts developer forums.
Struts was chosen because I was too helpless to build or maintain any proprietary thing by myself, TopStruts was born because I need a easy way to build a straight forward presentation layer for data entry applications. I don’t want to manually create a mapping ValueObject or javabean for each table at back end; I don’t want to repeat the code or Action class declaration again and again for basic browsing functions(first/last/prev/next/insert/update/delete etc); I don’t think people should make a big deal out of Master-detail pattern and spend a big chapter in his Struts book to talk about its implementation, dependent transition should be given by the framework; also, I try to avoid modifying the application flow control code due to last minute security policy establishment. Compare to Struts, I just add few little things, but to me it’s essential.
Jevang65n8s312e4.doc