How Agile is your Code Base? Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? If the answer to any of these...
Just a reminder that we are scheduling our monthly meeting one week later than usual this month to accommodate Election Day. Our next meeting is Tues Nov 9th....
A clarification for new members: Mike's email below pertains to the Denver BEA User Group. The Denver JUG will meet on its regular date (2nd Weds of every...
hello all, we have an application where we have an entity called Customer. This entity is very frequently accessed by many users at the same time and gets ...
Denver -->BEA<-- (Sorry about the arbitrary nature of my last post) User Group announcement: Date: November 9 Tattered Cover - LODO 1628 16th Street Denver, CO...
DJUGers - Last night the OOA SIG was treated to an exciting and highly informative web application frameworks shoot-out by Matt Raible. Matt compared and...
You might want to look at SDO (Service Data Objects) if you don't mind adding another "layer" to your application. As for using JDBC calls....is the intent to...
DENVER JAVA USERS GROUP http://www.denverjug.org Our next meeting is on November 10th The featured speaker will be Bruce Snyder discussing the Apache Geronimo...
hi all, I have a question on clustering and failover. consider a scenario where there are two web servers (IBM HTTP Servers) and two app servers (Websphere ...
Everyone's heard about the recent release of J2SE 1.5, and I'd like to start using it. I've read that J2EE 1.5 will use J2SE 1.5, but what about J2EE 1.4? Is...
Hello, I'm using JBoss 3.2.5. I'm getting a ClassCastException when I do a JNDI lookup (using J2EE-style JNDI ENC names) of a JavaMail Session from an external...
OK, I can answer my own question. I set everything up correctly (that’s why I could use the Environment Variable and URL with J2EE-style JNDI ENC names) on...
Hi, I am not sure if you can use the JavaMain outside of the java process. Usually any JNDI lookup the starts out java: is for the container only. But I could...
Dear DJUG'ers, This is an open invitation to anyone that might be interested: This could be an extraordinary opportunity to make a community contribution if...
Hi Sue, This is a great idea. I lost a good friend to cancer a year ago and my wife's good friend and collegue has recently overcome breast cancer. It's been a...
Tim Pinkowski
tim@...
Nov 20, 2004 8:35 pm
1404
I just recently (within the last two weeks) began looking at java3d to possibly improve the quality of the playback applet that's on my site (url below). The...
My application needs to digitally sign email using the server's certificate from within WebLogic Server 8.1. The encryption algorithm implementations need to...
If you're doing simple CRUD stuff and need user registration/management - you might want to use AppFuse to develop the site. It'll setup and configure both...
hi all, for our project we have identified the app server, web server and the database to be used and we collected some statistics on the expected transaction ...
Sue, I'm a programmer and not an artist so I'm not going to volunteer any thing that requires graphic arts talent. However, I'd like to offer my time to ...
All, My Nov. 10 presentation on J2EE 1.4 web services is available for download. See http://www.denverjug.org/meetings/meetings_04.jsp The ZIP file contains...
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...