aspose file tools
The moose likes Struts and the fly likes Scaffolding in Struts 2... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Scaffolding in Struts 2..." Watch "Scaffolding in Struts 2..." New topic
Author

Scaffolding in Struts 2...

Dragan Stankovic
Ranch Hand

Joined: Oct 14, 2008
Posts: 33
Is there any way to do that in struts 2?


http://www.expertaya.com
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

There is no default mechanism for creating Rails-like scaffolding in the default distribution. You may be interesting in something like AppFuse, however, which can create a Struts 2 application (along with several other frameworks).

Of course, there's nothing stopping you from creating your own scaffolding mechanism, depending on your needs.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Scaffolding in Struts 2...
 
Similar Threads
struts 2: how to validate text fields in a collection
Action class in Struts
Getting response values in a text box
Struts interview questions
struts2 field validator type boolean and all possible field types.