Hi, For Java stuff, I suggest joining Pinoy Java Users Group: http://groups.yahoo.com/group/pinoyjug In any case, I'm not sure what you're trying to do. If you...
Hello, Has any one heard of an open source project for web apps user administration? This seems like a good candidate for an open source library. These are the...
Where can I find a document on the rules of component-oriented programming in Java? I want to include them as part of the coding standards for my team....
migs, have you tried JAAS? Java Authentication and Authorization Service supports both programmatic and declarative security, user groups, can be extended for...
... Try http://pow2acl.sourceforge.net I used it in a previous project but it hasn't been in active development pretty lately (last update was in April 2002)...
Hi all, Has anybody had the experience of moving a Struts-based JSP application running on Tomcat 3.2 to one running on Tomcat 4 or Tomcat 5? The reason I'm...
Wireless1 Interactive, Inc. is a mobile content provider focusing on creating content, software applications, and games for mobile phones and other wireless...
Hi, Anybody have any experience deploying an Ant-generated EAR file to an Oracle 9iAS? How was your experience? I mean, what advice can you give in using...
Here are some insights as to when your code has too much "magic" - and what is "magic" to begin with. Fortunately, the "magic" techniques (such as reflection...
Hi Joben, ... I completely agree with you on that. But I was talking within the context of Migz' project scope (if I got it correctly) which is one machine,...
I'm not quite sold on self-encapsulating fields yet. I usually create only small, final classes anyway, so the danger of losing track of what I'm doing to my...
... Hi Migs, The Arrays.equals() was a great suggestion, but unfortunately didn't give a longlasting solution to my problem. The doubles in the objects make...
... Sounds like a good case for Jakarta commons-lang EqualsBuilder which can do reflection, but according to the Javadoc, it doesn't allow for deltas. ...
I am coding an application in eclipse that will connect to the database. But it seems that whenever im running the code, it cannot find my driver. Using...
CCometa@...
Feb 3, 2004 10:21 am
7639
The product: http://www.atlassian.com/software/confluence/ My running demo of the instance: http://mparaz.com:8080/confluence/ I'm running it on Tomcat 5.0.18....
Reminder from the Calendar of pinoyjug http://groups.yahoo.com/group/pinoyjug/cal Struts Tag Library Wednesday February 4, 2004 8:00 pm - 9:00 pm (This event...
pinoyjug@yahoogroups....
Feb 3, 2004 11:56 am
7641
Some insights, starting whether calling super() on a method (and not a constructor) is OK: ...
Hi! I've drafted a set of coding standards for my team and would like your opinions on them. Any suggestions will be much appreciated. 1. Keep to the...
this worked for me: 1. put your jdbc driver in your sdk's jre/lib/ext 2. put your /jre/lib/ext/<jdbc driver> in your projects properties build path. hth... ...
This article says that MVC does not apply to servlet development: http://today.java.net/pub/a/today/2003/12/11/mvc.html The author is developing a framework...
Reminder from the Calendar of pinoyjug http://groups.yahoo.com/group/pinoyjug/cal Struts Tag Library Wednesday February 4, 2004 8:00 pm - 9:00 pm (This event...
pinoyjug@yahoogroups....
Feb 4, 2004 6:01 am
7647
GREAT contents for your next book Calen !!! I anticipate each will be explained thoroughly (reasons behind) accompanied with a few examples as needed. Please...