Re: Struts and Sun's J2EE Patterns

2001-05-23 Thread Ted Husted
I've started a new piece about building a Strut's application from scratch. I'm now thinking about how to work the J2EE patterns into what I started. The work in progress is at http://husted.com/about/struts under Coming Soon. Any notes or ideas people might have about this would be

Re: Struts and Sun's J2EE Patterns

2001-05-23 Thread Dan Malks
Ted, Sounds good. Let me know once you've started to incorporate the patterns and I'll have a look. Thanks, -dm Ted Husted wrote: I've started a new piece about building a Strut's application from scratch. I'm now thinking about how to work the J2EE patterns into what I started. The work in

Re: Struts and Sun's J2EE Patterns

2001-05-22 Thread Dan Malks
Hi Craig, Craig R. McClanahan wrote: On Fri, 16 Mar 2001, Dan Malks wrote: [snip] In fact, I've gotten some emails recently asking me to write a paper about the relationship of an existing framework and the Patterns. Describing the synergy between Struts and the J2EE Patterns might be

RE: Struts and Sun's J2EE Patterns

2001-03-17 Thread Philip Hart
Are my postings not reaching the list? I'm sure I posted an informational on this subject over a week ago! Philip Hart -Original Message- From: Jorge Ribeiro Jordo [mailto:[EMAIL PROTECTED]] Sent: 14 March 2001 18:51 To: '[EMAIL PROTECTED]' Subject: Struts and Sun's J2EE Patterns

RE: Struts and Sun's J2EE Patterns

2001-03-17 Thread Dan Malks - Java Design Center McLean VA
with the patterns catalog to do so. I'd very much like to hear your impressions. Take care, Dan Philip Hart -Original Message- From: Jorge Ribeiro Jordo [mailto:[EMAIL PROTECTED]] Sent: 14 March 2001 18:51 To: '[EMAIL PROTECTED]' Subject: Struts and Sun's J2EE Patterns Has anybody read

Re: Struts and Sun's J2EE Patterns

2001-03-16 Thread Dan Malks
Jorge, Just catching up some email. Jorge Ribeiro Jordo wrote: Has anybody read Sun Java Center J2EE Patterns (http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/) yet ? For those that did, it seemed that Struts is pretty much an implementation of the "Front

Re: Struts and Sun's J2EE Patterns

2001-03-16 Thread Craig R. McClanahan
On Fri, 16 Mar 2001, Dan Malks wrote: I understand and welcome your feedback once you've had a chance to have a look. Jorge's initial comment is interesting, given the fact that as Ralph Johnson, Doug Schmidt, and Mohamed Fayad state in 'Building Application Frameworks', Wiley 1999

Struts and Sun's J2EE Patterns

2001-03-14 Thread Jorge Ribeiro Jordão
Has anybody read Sun Java Center J2EE Patterns (http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/) yet ? For those that did, it seemed that Struts is pretty much an implementation of the "Front Controller" pattern (no surprises so far), using the "ServletFront", "Command