| Author |
Is there GEM type generator
|
Chaminda Amarasinghe
Ranch Hand
Joined: May 17, 2006
Posts: 402
|
|
Hi Sir, I want to know with Stripes, is there auto generator like in ruby? Thanks
|
 |
Frederic Daoud
author
Ranch Hand
Joined: May 22, 2008
Posts: 71
|
|
There is an Ant script that generates a Stripes project for you. Here it is: http://www.stripesbook.com/blog/index.php?/archives/19-Stripes-Quickstart.html
|
Frederic Daoud
Author, Stripes...and Java Web Development is Fun Again
Stripes book
|
 |
Chaminda Amarasinghe
Ranch Hand
Joined: May 17, 2006
Posts: 402
|
|
Thanks I will have a look at. Regards
|
 |
Chaminda Amarasinghe
Ranch Hand
Joined: May 17, 2006
Posts: 402
|
|
Hi Frederic, Im looking a generator like AppFuse and ROR has. not just a ant to create a project. I mean like Read DB Schema, Generate DAO, Generate Controllers, and Generate views.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Originally posted by Chaminda Amarasinghe: Hi Frederic, Im looking a generator like AppFuse and ROR has. not just a ant to create a project. I mean like Read DB Schema, Generate DAO, Generate Controllers, and Generate views.
Stripes doesn't not provide anything like this because Stripes is only MVC. To include DAO generation and anything not related to MVC would be Stripes forcing you into technologies that you may not want. I'd suggest that if this kind of thing is important to you, and you don't mind not having choices, Stripes probably isn't your bag. You might consider something like Grails.
|
 |
 |
|
|
subject: Is there GEM type generator
|
|
|