Wednesday June 02, 2004
Testing Moblogger
Testing Moblogger to see if this
thing still works. Wanna learn more about how Moblogger came to be,
checkout the comment I left on Bruce's weblog.
This post is being sent via e-mail...
Posted in Roller
at Jun 02 2004, 10:24:35 PM MDT
1 Comment
Know AppFuse? Wanna job? It's too bad I've already signed a contract for the next couple of months. Today, on the appfuse user mailing list, a 2 month contract came across the wire.
Hello everyone,
My name is Mark Janveaux, I'm Chief Technology Officer at Mobile Design Technologies (http://www.mobiledesigntech.com) a
software firm specializing in mobile applications for the healthcare
industry.
We are developing our next generation project right now which is based off
of AppFuse 1.5,
and have an open position for a developer experienced
in the relevant technologies (Java,JSP,Struts,Hibernate).
It's an simple but interesting project. Project length will be
about 2 months with definate possibility of extension.
Position may be part time or full time depending upon your
availability, skills, experience and salary expectations.
If any of you are interested, please contact me at:
Email: mjanveaux-AT-mobiledesigntech.com
Ph: 250.483.3430
This position can be 100% telecommute if necessary.
Kind regards
Mark
Of course, you probably don't need to know AppFuse. If you've worked with Hibernate, Spring, Struts, JUnit and Ant - you've probably got a good chance. Posted in Java at Jun 02 2004, 01:18:52 PM MDT
How do you make your source tree Eclipse/JUnit friendly? I've never had a problem getting builds and unit tests to work with Ant. However, unit tests run faster in an IDE, so I'm trying to refactor some code to allow for testing in the IDE. My current directory structure looks like this:
-- project
- web
- WEB-INF
- classes
I need both "WEB-INF" and "WEB-INF/classes" in my classpath. There's XML files under WEB-INF for Spring and Commons Validator, and there's a log4j.xml under WEB-INF/classes for log4j. These files are all in their natural locations as far as all the projects I've seen. However, Eclipse won't allow me to nest classpaths - so it's virtually impossible (as far as I know) to add both directories to my classpath. Any ideas how to workaround this Eclipse "feature" are appreciated.
For those "IDEA is better" folks - I agree. IDEA allows me to add web, web/WEB-INF and web/WEB-INF/classes to my classpath with no issues.
Posted in Java
at Jun 02 2004, 12:46:10 AM MDT
6 Comments
Search This Site
Recent Entries
- New Passport in 9 Days
- EhCache Project Busy this Summer
- Spontaneous Stuff Weekend
- Awesome Birthday Present: A Kegerator
- Maven Plugin for Running Integration Tests against Multiple Containers
- Presenting Web Frameworks of the Future Tomorrow in Denver
- My OSCON Aftermath
- OSCON 2008 Wrapup
- [OSCON 2008] Even Faster Web Sites by Steve Souders
- [OSCON 2008] CSS for High Performance JavaScript UI by Gavin Doughtie