|
From: <jue...@we...> - 2003-06-24 15:53:43
|
I've just added 4 web application skeletons to "samples/skeletons": - "webapp-minimal": DispatcherServlet + defaults + simple Controller; - "webapp-typical": Log4J configuration + Root context + DataSource + = transaction manager + data access object + business object + = DispatcherServlet + SimpleUrlHandlerMapping + ResourceBundleViewResolver = + simple Controller + SimpleFormController + MultiActionController; - "webapp-hibernate": Hibernate configuration + Root context + = SessionFactory + transaction manager + data access object + business = object; - "webapp-aop": Root context + DataSource + transaction manager + data = access object + transaction interceptor + business object. All of them are extensively documented, with various hints regarding = alternatives, including mentioning of container environments vs test = environments, etc. I believe that these skeletons can provide a good = starting point for Spring web projects, when additionally leveraging our = Javadocs for details. I expect many developers to benefit more from such = skeletons than from any classical step-by-step instructions. Regards, Juergen -----Original Message----- From: j=FCrgen h=F6ller [werk3AT]=20 Sent: Tuesday, June 24, 2003 9:35 AM To: Rod Johnson; tri...@tr... Cc: spr...@li... Subject: RE: [Springframework-developer] Sample Application build process Let's go for it for the moment, it looks nice enough. It doesn't leave a = shallow first impression, my main goal is reached :-) Thomas, can you update the PetClinic to the current CVS version, and add = the PagedList sample? Additional benefit: You would test the new build = processes of the current versions too ;-) Regarding future updates of = the samples: Let's try to avoid direct manipulation on the web servre, = instead keep as much as possible in CVS, and update the website from = there. I suggest to add a "Documentation" section between "Downloads" and = "Demo/Tutorial", providing a page with links to our Javadoc, and to = introductory essays. Thomas, can you generate current Javadocs and put = them there? I'll try to come up with application skeletons today, and with two draft = essays: on Spring web MVC vs Struts, and on resource/transaction = handling with focus on Hibernate. Can't guarantee that they will be = ready for tomorrow, though - but if they do, let's just put them on the = website. BTW, I've been discussing Spring's Hibernate handling on the Hibernate = forum, on the occasion that someone else started a thread on respective = issues there. I've been invited to put a basic outline and code samples = on Hibernate's Wiki, so I will try to reuse the respective essay for = both the Spring website and the Hibernate community area. Juergen -----Original Message----- From: Rod Johnson [mailto:rod...@in...] Sent: Monday, June 23, 2003 11:49 PM To: tri...@tr... Cc: spr...@li... Subject: Re: [Springframework-developer] Sample Application build process Thomas, I like this. The only issue is how to put in more functional navigation without cluttering it, as simplicity is part of its appeal. What does everyone else think? I'm no graphics expert. Regards, Rod ----- Original Message ----- From: <tri...@tr...> To: "j=C3=BCrgen h=C3=B6ller [werk3AT]" <jue...@we...> Cc: "Rod Johnson" <rod...@in...>; "Ken Krebs" = <kk...@kk...>; "spring-dev-list" <spr...@li...> Sent: Monday, June 23, 2003 10:40 PM Subject: Re: [Springframework-developer] Sample Application build = process > Juergen, Rod, Ken, All > > > > > BTW, Rod: We are running out of time in terms of getting a release = plus a > > proper website out on Wednesday. But we shouldn't delay it, a = release is > > _really_ important now. Unfortunately, a release with the current > > www.springframework.org website would leave a shallow first = impression, so I > > consider a nice-looking website important too. I'm not getting this straight > > currently. What do you suggest? > > > > I agree - whatever happened to the logo discussion? It just died = somehow. > Anyway, I did a quick rework of the current website - any suggestions = are > welcome (I'm not an expert web designer :-). If you want the password = for FTP > access let me know. > > Thomas > ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |