|
From: Yujin K. <net...@gm...> - 2006-03-28 00:21:40
|
jetty has a runner you can use. it's not quite stable yet but if you =20= run mvn jetty6:runner or something, it starts up your webapp in jsp/=20 servlet container. it would be nice to have one like that for tomcat though. m2 supports archetype, so you can easily generate a skeleton project. as for controller, model, etc, we need is java line syntax but is a =20 scripting language and allows dynamic casting (sounds awfully like =20 javascript). :-) Yujin On Mar 27, 2006, at 7:08 PM, Seth Ladd wrote: >> I'm going to give it a shot and see what I can do with the M2 script >> support, a basic object mapper and TJWS. > > Don't forget the scripts that: > > - create new project > - start/stop the server > - create new controller, model, etc > - run all tests > > :) > > Seth > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting =20 > language > that extends applications into web and mobile media. Attend the =20 > live webcast > and join the prime developer group breaking into this new coding =20 > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642= > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |