« June 2007 | Main | September 2007 »
August 24, 2007
Eclipse: Many Ways To Do It Wrong
In Eclipse, there can be several ways to get some things done, but only one way is "right". For example, checking one of my own JEE projects out of the Subversion repository as if it were new.
I was able to do it by creating a "new" project with the "Checkout from SVN" wizard. However, it didn't look right in Eclipse and when I tried to create a new package, I was told that my project wasn't a Java project. Strange...
I ended up trying different permutations of wizards under "New", none of which worked quite right. Finally, I chose to import a project into my workspace. I chose to import from SVN, which I was surprised to find hat it was followed by the new Java project wizard, but it didn't have the name of my project specified by default. I specified it, and I was finally greeted by the sight of my project looking the way I expected it to. The "src" folder was also a Java package.
Much better!
Posted by lsloan at 03:45 PM | Comments (0)
August 07, 2007
Spring IDE for Eclipse
SpringideInstall - Spring IDE - Trac
http://springide.org/updatesite/
Posted by lsloan at 01:49 PM | Comments (0)
Adding Extensions to XSL with Xalan
classpath
Posted by lsloan at 01:47 PM | Comments (0)
Spring Step-by-Step Tutorial
Index of /docs/MVC-step-by-step
Posted by lsloan at 12:24 PM | Comments (0)
XT: A Java XSLT Implementation With Extensions
This XT library for XSLT may not be the best tool for the job, but it does have some handy extension functions for specifying alternate output files.
Posted by lsloan at 10:05 AM | Comments (0)
August 06, 2007
Spring View Technologies
I need to study this document to learn about XSLT view documents:
Chapter�14.�Integrating view technologies
XSL
Posted by lsloan at 02:19 PM | Comments (0)