I''ll pose a question partly for fun, partly out of interest to see what everyone else is doing to survive the pain of the day job. It''s for the professional J2EE developer converts out there. Let''s say someone hired you to write a Basecamp clone, but it has to be done in Java, say on the Tomcat or JBoss platform. What does your stack look like now that you''ve been bitten by the Ruby/Rails rhetoric? Cheers, Ed
On Apr 11, 2006, at 21:20, Edward Frederick wrote:> Let''s say someone hired you to write a Basecamp clone, but it has to > be done in Java, say on the Tomcat or JBoss platform. What does your > stack look like now that you''ve been bitten by the Ruby/Rails > rhetoric?There is only one true way to develop database driven application: HTML DB! http://www.oracle.com/technology/products/database/application_express/ viewlets/htmldb_quicktour_viewlet.html PL/SQL rules! Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/
I''m not sure I''d ever do a web app like basecamp in any environment, including Rails. But Rails has had a profound influence on the way I''m designing my database schemas now, even though I''m not using Rails at all yet. So in that sense, my "stack" does look different now. Edward Frederick wrote:> I''ll pose a question partly for fun, partly out of interest to see > what everyone else is doing to survive the pain of the day job. It''s > for the professional J2EE developer converts out there. > > Let''s say someone hired you to write a Basecamp clone, but it has to > be done in Java, say on the Tomcat or JBoss platform. What does your > stack look like now that you''ve been bitten by the Ruby/Rails > rhetoric? > > Cheers, > > Ed > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >-- M. Edward (Ed) Borasky http://linuxcapacityplanning.com
I would recommend looking at http://wicketframework.org/ - This is personally my favorite because you have html templates with all your code in java that define how the template should be rendered rather than having code mixed in with your templates. AJAX is also done completely in Java code. or if you want a direct (as much as possible) rails conversion try http://opensails.org or http://grails.codehaus.org/ On 4/12/06, M. Edward (Ed) Borasky <znmeb@cesmail.net> wrote:> I''m not sure I''d ever do a web app like basecamp in any environment, > including Rails. But Rails has had a profound influence on the way I''m > designing my database schemas now, even though I''m not using Rails at > all yet. So in that sense, my "stack" does look different now. > > Edward Frederick wrote: > > I''ll pose a question partly for fun, partly out of interest to see > > what everyone else is doing to survive the pain of the day job. It''s > > for the professional J2EE developer converts out there. > > > > Let''s say someone hired you to write a Basecamp clone, but it has to > > be done in Java, say on the Tomcat or JBoss platform. What does your > > stack look like now that you''ve been bitten by the Ruby/Rails > > rhetoric? > > > > Cheers, > > > > Ed > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > M. Edward (Ed) Borasky > > http://linuxcapacityplanning.com > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >