DJUGers: Last night's OOA SIG meeting contained an excellent presentation on how best to persist data in a large scale, distributed, services-oriented...
Howdy all, I'm doing a talk next week at DJUG on the Spring Framework (http://www.springframework.org). The purpose of this e-mail is to get questions from...
DENVER JAVA USERS GROUP http://www.denverjug.org Our next meeting is on Wednesday, December 8th. The featured speaker will be Matt Raible discussing the Spring...
* go quick on the basic stuff * use of jdbc and hibernate templates * plug in DBCP * transactions w/ JDBC/DBCP and w/ Hibernate/DBCP. That'd be great. ...
I vote for the basics having never used spring before! Incidentally, I decided I should try out spring before the presentation (so I could ask more intelligent...
I'm worried about eclipse 3.1. I don't quite understand the documentation. It clearly does says it does not support Java 1.5 (I believe - last I looked). I...
This might help. I'm on a project right now where the team is using Eclipse 3.1 with JDK 5. http://jroller.com/page/BillDudney?anchor=jdk_5_0_support_in On...
Eclipse 3.1 is currently at the M3 stage, the final release of 3.1 is targeted for Q2 '05, at which point it will fully support 1.5/5.0. Below are a couple of...
All, Denver JUG has new member-written book reviews online for this month: "Java 1.5 Tiger: A Developer's Notebook," and "Head First Design Patterns." The...
Howdy all, Thanks to those who attended last night's presentation - I had a lot of fun. I forgot to mention that there's a sample chapter of my Spring Live...
Hey Juggers, I’ve really enjoyed the recent presentations on Maven and Spring. Some time ago, someone giving a presentation on ANT made a comment that ...
I seem to be having a problem adding a MySQL DataSource to JBoss4. I have added the following mysql-ds.xml in the default/deploy directory <datasources> ...
See the bottom of the following page: http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseOnJBoss Basically, you need to alter your JNDI names a bit. Matt...
Siegfried, This sounds like a great idea. You can use the DJUG wiki to organize -- http://www.denverjug.org/wiki/Wiki.jsp . There are several SIGs there...
I LOVE this idea! Way, to go, Sieg! George Allaman ... From: Scott Davis [mailto:scottdavis99@...] Sent: Tue 12/14/2004 9:20 AM To: Siegfried Heintze Cc:...
Matt, Since you volunteered your support: Which AppFuse variant do you recommend I download, install and use for the LifeGoesOm project? I'm new to AppFuse and...
That last message was intended for Matt only! Boy - do I feel embarrassed! Oh what the hell! If anyone else comments, send them too me. I really did not want...
There are currently 5 web framework choices: Struts, Spring MVC, WebWork, Tapestry and JSF. If you're not familiar with any web frameworks, I'd recommend...
... I forgot to answer this part. All the frameworks can use JSTL except for Tapestry - since it's not JSP-based. Tapestry uses plain ol' HTML templates and...
From what I understood, JSF is more like Swing(ie. Just components). It is not a framework and works great with the Struts framework though I have not tried...
Hi all, I am trying to setup tomcat4 as a backend to my current Apache2 web server. Tomcat and Apache will both run on the same server running Lnux FC2 x86_64...
I was going to post this question on the Apache/Tomcat mailing list but since Matt brought it up: How does tomcat 5 work with IIS and Apache HTTPD? I noticed...
hi all, Is it true that there is when the java.util.Date type is used as the datatype an attribute, Websphere ... Oracle's DATE type contains storage for...
On output to into the Oracle Date field using JDBC use Oracle's SYSDATE. It is an Oracle function within the Oracle JDBC driver. Kristen ... From: web dev...
You may want to use TimeStamp instead of Date. http://www.jdocs.com/j2se/1.4.2/api/index.html?java/sql/ResultSet.html#getTimestamp(int,%20java.util.Calendar) ...
... That is a part of it. It basically means that there is no referential integrity; tables with a foreign key can have a parent-child relationship, and you...