hi jaydc18, am having the same problem with wap. i can see the http GET request on the apache logs but the phone simply just reports a "REQUEST FAILED" ...
Anyone used the built-in JMX in JDK 5.0? Do you know any tutorials? Melvin -- The only true wisdom is in knowing you know nothing - Socrates Found a new home...
I'm going through the SCWCD outline. The only place I've seen Servlet filter in use are in web framework code. I guess "user level' webapps don't really use...
I've been working on a project using technologies that now have a name - "Ajax" http://www.adaptivepath.com/publications/essays/archives/000385.php This is,...
... This is the "official" one: http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html I hope to upgrade our JBoss box to JDK 5 next week, and get...
Anyone here have tried using the JCS distributed caching system of the Jakarta Apache Project for server side caching? If yes just let me know...I have a...
Servlet Filters can be used for the following 1. capturing of request parameters (ip address, session id, etc) 2. checking of access control of users ... From:...
http://www.javalobby.org/forums/thread.jspa?threadID=17553&tstart=0 What if Eclipse started introducing eclipse.lang packages that replaced the java.lang...
... I've used it mostly for #2. I wasn't too comfortable with declarative/role-based security implemented by the container (mainly because I hated dealing with...
http://javolution.org/ Javolution real-time goals are simple: To make your application faster and more time predictable! That being accomplished through: *...
... Hash: SHA1 Was sitting in the toilet (where I do some of my best thinking), and I realize that when you're building a product (a system for a market ...
You are right, filters typically address generic architectural issues at the application level. We used servlet filters in the past for enforcing MVC: the...
Hi, I found out only recently that SCWCD 1.3 was discontinued and I'm still deciding wether or not to pursue SCWCD 1.4 anyway. So one option for me is to sell...
I am selling my exam voucher for USD140. The voucher will expire in July 2005. If interested kindly send me an email. Thanks! ... Celebrate Yahoo!'s 10th...
Dear Sir/Madam: The Institute of Information Technology Studies of the University of Asia and the Pacific, together with the B.S. Information Technology ...
Hi Everyone, Mr. Jojo Paderes will be leading the discussions. Venue will be at Alfox. Meeting starts at 7:00 pm. Alfox Office address: 2502 C East Tektite...
... Hash: SHA1 May pagkain! Signum Ward Howell will be sponsoring our meeting. Come early, matakaw ako! Calen PINOYJUG Developers building community. ...
Please join us at the Spring Framework discussion tomorrow at the office of Alfox Group of Companies, 2502 C East Tektite Tower, Exchange Road, Ortigas Center,...
Hi, Have anyone here used JBossCache or OSCache? -- Brian Tan Seng Yahoo! Messenger ID: btanseng Registered Linux User # 361862 http://counter.li.org...
. from "Core Java Technologies Tech Tips" PRINTING JTABLES Before J2SE 5.0, printing a simple |JTable| was challenging. J2SE 5.0 adds |print()| methods to the...
Please join us at the Spring Framework discussion tonight at the office of Alfox Group of Companies, 2502 C East Tektite Tower, Exchange Road, Ortigas Center,...
... Hash: SHA1 - From the reference manual's preface: "Developing software applications is hard enough even with good tools and technologies. Implementing...
... Hash: SHA1 PinoyJUG is looking for speakers on SWT and on Java webstart, and possibly other topics regarding rich clients. Any volunteers? :) Calen - -- ...
Hi Brian, Check Hibernate, it has 2 cache mechanisms: 'first level' cache: hibernate session scope 'second level cache': application scope. This one might fit...