Enter your vote today! A new poll has been created for the novajug group: The NovaJUG Jobs list gets a lot of job postings that are outside of our stated goal...
novajug@yahoogroups.com
Sep 1, 2005 3:20 pm
8925
My choice: o Jobs in the VA, MD, DC area for any software engineering skills _____ From: novajug@yahoogroups.com [mailto:novajug@yahoogroups.com] Sent:...
Hi All, Do you guys have any recommendations for a defect tracking tool. I would prefer something that is open source, easy to maintain and bug free. Any...
... My 100% completely biased recommendation is Mantis BugTracker ( http://mantisbt.org/ ). I initially found it when I was trying to find an alternative to...
We use a tool called TestTrack, which I would describe as adequate. I don't really love it, and I have occasionally been very frustrated with it, but all in...
I honestly do love Trac[1], which is a bug tracker, wiki, and SubVersion source code repository browser all rolled into one. You can use Wiki links and...
I second mantis, however if you have $1k and would like a bit more refined feature set and better usability look at JIRA. -Travis ... From: Keith Casey...
http://www.washingtonpost.com/wp-dyn/content/article/2005/09/02/AR2005090202176.html - this article discusses the arrival. I've learned that the First District...
This is a reminder of the NovaJUG's Enterprise Meeting, next Tuesday, September 13th from 6:00pm - 9:00pm at IMC in Reston, VA. Directions are available from...
Just a comment, it would really be nice if the enterprise and/or regular meetings were held on a night other than Tuesday just once in a while. I'm taking a ...
... Only if the meeting nights were announced much further in advance, than I usually see any reminders in the list. Having it on the same night each time...
All, I am writing this to see if any one has used java web start to accomplish what I am trying to do... I have a desktop application (Swing App) that needs to...
... I think you'll need to put any parameters inside an application-desc element in the .jnlp file; so, you'd need to generate the .jnlp file on the fly. That...
I've started to use Spring to wire beans together. As expected, it's a marvelous tool and I'm enjoying the new possibiliies to simplify my code. I encountered...
Jeff, The tool that my team uses, at the request of our customer is: http://www.ssbtechnologies.com/products/infocus/index.html It has served us well for our...
I agree with Eric and his friend on both points that they made. The W3C site is indeed a tremendous resource. One point to consider in reviewing WAI, however,...
Does anybody know what exactly is going to be covered in the "Hibernate Quickly" presentation in the next enterprise meeting? is it going to be an overview of...
I just got an abstract yesterday. Will be updating the website tonight. Here it is: Simplifying Hibernate for the Web Using the power of SQL and JDBC,...
'Bobby' used to be a free tool; it's since gone commercial. Another resource -- http://www.jimthatcher.com/testing.htm. -- this feature has links to Bobby...
Just a quick follow up for folks considering Hibernate. I highly recommend using SpringFramework with Hibernate. I found that it will reduce the amount of...
Is Hibernate worth using with an OODB back end like Objectivity or Matisse? Tom Tom Kalafut Interchange Crew Member Trident Systems Inc. tommyk@... ...
Tom Kalafut
tommyk@...
Sep 9, 2005 12:52 pm
8950
Hibernate is an object-relational mapper, so in that sense I think you wouldn't even need it with an object database (I have a lot of experience using...
Thanks. I was thinking purely in terms of swap-out-ability vs. JDO. Tom Tom Kalafut Interchange Crew Member Trident Systems Inc. tommyk@... ...
Tom Kalafut
tommyk@...
Sep 9, 2005 6:51 pm
8952
All, Has anyone compared the benefits of using hibernate versus Service Data Objects (SDO)?? I've used hibernate briefly and I was impressed by the framework....
Hibernate itself isn't part of the JCP, however hibernate has seriously influenced EJB 3.0. I really don't know anything about SDO, but found this link that...