RE: [shale] Rolodex example

2005-07-07 Thread Deadman, Hal
I was able to use Shale with Weblogic 8.1 which is certified on J2EE 1.3. (Servlet 2.3/JSP 1.2) I think relying on Java 1.4 is fine because all the major vendors support it in their current versions but BEA still hasn't released a J2EE 1.4 compliant server so it would be nice if Shale could

RE: [Tiles] Subproject Questions

2005-05-26 Thread Deadman, Hal
Would it make sense to rename the current struts/tiles directory struts/struts-tiles and it would eventually serve as the glue between struts/core and struts/tiles? For the time being it would have a copy of tiles but eventually struts would use the stand-alone tiles jar. The struts-tiles bridge

RE: [shale] Tiles + Shale

2005-05-24 Thread Deadman, Hal
Yes he is the original author of Tiles. There has been much talk of pulling Tiles out of Struts but I'm more interested in the putting it into Shale part. Dave was the original author of the now removed template tag library. The Components library, later re-named Tiles was written by Cedric

RE: Ant or Maven (Pick one please)

2005-02-23 Thread Deadman, Hal
I have seen few if any Ant-based projects which didn't require at least a bit of tweaking to a local build.properties file; on the other hand, most Maven projects just work if you have Maven installed. I was presently surprised yesterday to checkout the head of XDoclet and just run the ant

RE: access?

2005-01-18 Thread Deadman, Hal
I think Krupa was confusing viewcvs.cgi errors with a lack of access. The Apache ViewCVS interface (which works with Subversion) is not working right now but it's not working for everybody. http://svn.apache.org/viewcvs?view=revrev=125442 The Apache Software Foundation ViewCVS Subversion

RE: RoadMap [was Re: ViewUtils ... ]

2004-12-29 Thread Deadman, Hal
Webstart has been around for awhile and it has its place but it's not going to make web applications go away any time soon. If JNDC and SandraSF do for Swing what Struts did for web applications, that will be good for Swing app developers but it has little to do with writing web applications. If

RE: Porting changes to the 1.2.x branch

2004-12-28 Thread Deadman, Hal
Would you use svn merge on the directories you changed? http://copenhagen.pm.org/presentations/subversion/subversion.htm See slide Tags and branches or http://deadbeast.net/~branden/svn_pres/merging_and_resolving.html or http://svnbook.red-bean.com/en/1.0/re16.html -Original

RE: Porting changes to the 1.2.x branch

2004-12-28 Thread Deadman, Hal
commit -Original Message- From: Deadman, Hal [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 6:49 PM To: Struts Developers List Subject: RE: Porting changes to the 1.2.x branch Would you use svn merge on the directories you changed? http://copenhagen.pm.org

RE: Extracting taglibs

2004-12-21 Thread Deadman, Hal
Haven't look into this much but it would seem better to have a completely separate tiles sub-project that struts core would use. Don't JSF and Spring currently use tiles and have to include struts.jar when all they really want is tiles? -Original Message- From: Don Brown [mailto:[EMAIL

RE: Struts + Chain enhancement idea

2004-12-14 Thread Deadman, Hal
By the way, for the benefit of our developer community, i just read an article Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate http://www.sys-con.com/story/?storyid=46977DE=1 that demonstrates the readiness of involved technologies. I like to add 2 things to

RE: Package removal with new Digester

2004-12-02 Thread Deadman, Hal
Are you using Eclipse? If so you can set Eclipse up to ignore a certain pattern (that package) in a particular source directory. It would be nice if the dependent jars and .project and .classpath files were checked into SVN the way spring does it. Then someone could import team project set and

RE: [OT] SVN / Eclipse / Subclipse error

2004-11-30 Thread Deadman, Hal
Subclipse just released an updated version today. http://subclipse.tigris.org/0.9.23/changelog.html (Note the Feature Change - IMPORTANT paragraph is not true, that change didn't make the release) I am subscribed to their dev list to keep tabs on the progress. They are still working on it and a

RE: Struts Wiki Etiquette: Niall's Help

2004-09-24 Thread Deadman, Hal
Some of your word choices, if not personal attacks, would definitely qualify as inflammatory considering the importance of the subject matter. As an example of unnecessarily inflammatory language: I appreciate all you have done and I appreciate the ImageButtonBean solution too, although I am

RE: On Martin Cooper's DownloadAction...

2004-09-21 Thread Deadman, Hal
generating actions using iText and none of them use any of the attributes that your blob action has - so leaving that abstract is a good idea IMO. Niall - Original Message - From: Deadman, Hal [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Tuesday, September 21

RE: On Martin Cooper's DownloadAction...

2004-09-21 Thread Deadman, Hal
Looking at the RequestProcessor code there are some casts to ActionMapping so you probably need to extend that rather than ActionConfig. You will also be extending Martin's DownloadAction abstract class to write a version that knows how to instantiate a StreamInfo from mapping properties. I don't

1.1 tld uri - RE: cvs commit: jakarta-struts/contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp

2004-09-02 Thread Deadman, Hal
for the 1.2.3 release? If so, a quick fix/patch would be appreciated. ;-) -- Martin Cooper On Wed, 1 Sep 2004 21:28:13 -0700, Craig McClanahan [EMAIL PROTECTED] wrote: On Wed, 1 Sep 2004 18:45:22 -0400, Deadman, Hal [EMAIL PROTECTED] wrote: Maybe Craig's point was that you could put two copies of the tld

RE: cvs commit: jakarta-struts/contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp

2004-09-01 Thread Deadman, Hal
The auto-discovery mechanism for tld files depends on the uri in the tld so changing it can break applications that upgrade if they depend on the auto-discovery of tlds. (They don't need a mapping in web.xml). Since the uri is just a meaningless string (that should be globally unique), there is

RE: cvs commit: jakarta-struts/contrib/struts-faces/web/systest context.jsp context1.jsp logon.jsp logon1.jsp simple.jsp

2004-09-01 Thread Deadman, Hal
this: (Struts 1.2.x should recognize both the old and new tag library URIs, but shouldn't require applications to switch.) From: Deadman, Hal [mailto:[EMAIL PROTECTED] Sent: Wed 9/1/2004 6:31 PM To: Struts Developers List Subject: RE: cvs commit: jakarta-struts/contrib

RE: Struts CVS Dependencies on Commons Libraries e.g Collections 3.1

2004-08-27 Thread Deadman, Hal
I don't think commons-lang is a runtime dependency, it's just used by unit tests. From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Fri 8/27/2004 1:06 PM To: Struts Developers List Subject: Re: Struts CVS Dependencies on Commons Libraries e.g Collections 3.1