Search the web
Sign In
New User? Sign Up
ajug · Australian Java Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5947 - 5976 of 7356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5947
... I've seen it run usably on a PIII-600 running Debian with 384MB of RAM - though it wasn't the most responsive on some tasks it was perfectly usable. Seeing...
ADFH
adfhau
Online Now Send Email
Oct 1, 2005
6:05 pm
5948
Hi All, I am facing a tough problem I was hoping you could help me with. I am working on an app that has a PDA component. We use a product called MBusiness...
Chris Mooring
mooringcf
Offline Send Email
Oct 3, 2005
12:44 pm
5949
... Assuming the "worst", that MBusiness is just some sort of static html cache, then the lowest common denominator (and ugliest) thing would be to use html...
Matt Quail
matt_quail
Offline Send Email
Oct 3, 2005
11:19 pm
5950
Hi all, I'm configuring Checkstyle to be used on code generated by OptimalJ. I would like to check the developer-added code and skip checking for OptimalJ...
Alexander Yap
alexycyap1
Offline Send Email
Oct 5, 2005
11:59 am
5951
Hi Matt, Thanks for your reply. Sorry I didn't reply earlier, but we have been rather hectic at work!! MBusiness is a little more than just a static cache. It...
Chris Mooring
mooringcf
Offline Send Email
Oct 5, 2005
12:21 pm
5952
Alex, I don't know of the correct pattern off the top of my head, you might quickly get an answer on the OJ forum at http://javacentral.compuware.com. Also,...
Young, Chris P (Aus)
Chris.P.Young@...
Send Email
Oct 5, 2005
1:38 pm
5953
Re: Configuring Checkstyle for OptimalJ ? Have you tried to use a property name _ignorePattern_ ?. ajug@yahoogroups.com wrote: There are 2 messages in this...
Gary Khominsky
gkhominsky
Offline Send Email
Oct 5, 2005
10:18 pm
5954
*Java Developer Day Featuring Bryan Cantrill - Creator of DTrace* Register now for the Java Developer day on 21st October 2005 in Sydney - ...
David Coldrick
coldrick
Offline Send Email
Oct 10, 2005
6:08 am
5955
Event: THE SPRING EXPERIENCE 2005 Program: Over 40 technically focused sessions relating to the Spring Framework URL: www.thespringexperience.com Venue:...
Jay Zimmerman
jzimmerman@...
Send Email
Oct 10, 2005
8:32 pm
5956
Click 0.13 is now available http://click.sourceforge.net/ This release fixes a number of bugs and include new: * Spring integration servlet...
Malcolm Edgar
malcolmedgar123
Offline Send Email
Oct 14, 2005
3:21 am
5957
The irrepressible Sang Shin is at it again, er, still. Enjoy! Best regards, David A free online "Web Services Programming" course is about to begin on Oct....
David Coldrick
coldrick
Offline Send Email
Oct 15, 2005
12:56 am
5958
hi, Does anyone know of a website that has a example of Hibernate working with a JFC example ? Been a struggle trying to find a example so that i can learn...
tt_linux
gltonytay
Offline Send Email
Oct 16, 2005
12:52 pm
5959
Hi, I want to detect arrow keys in an applet, I also need to track the mouse. If I add the KeyListener Interface the MouseListener method mouseMove stops ...
Bob Allanson
allanson_au
Offline Send Email
Oct 19, 2005
7:19 am
5960
On Wed, 19 Oct 2005 16:48:59 +0930 "Bob Allanson" <llan@...> ... That stuff works fine for me. Can you give us some sort of cut down version of...
David Seikel
won_fang@...
Send Email
Oct 19, 2005
8:44 am
5961
I'm trying to use a ThreadPoolExecutor that has a PriorityBlockingQueue as it's submit queue, but once the thread pool reaches its maximum size I get an...
Rob Griffin
javasaw
Offline Send Email
Oct 21, 2005
2:42 am
5962
Does anyone know of a public forum devoted to bileing Jakarta Tomcat? I feel compelled to make a post. ... David....
David Bullock
thunkmeister
Offline Send Email
Oct 21, 2005
2:58 am
5963
Oh, now we are all curious.. ... IMPORTANT: This e-mail, including any attachments, may contain private or confidential information. If you think you may not...
Nick Lothian
nick_a_l
Offline Send Email
Oct 21, 2005
2:59 am
5964
... This list will do. Shoot man. Greg. ... -- WOCHATFOGZ DeuMumabDeDihoPuLiktieestr "Only by pursuing code reuse in the small will you ever achieve code ...
Greg Davis
mag@...
Send Email
Oct 21, 2005
3:32 am
5965
The things in the queue aren't blockers, they are FutureTasks which run the runnables. FutureTasks aren't comparable. It's kind of weird this isn't noted...
Nick Lothian
nick_a_l
Offline Send Email
Oct 21, 2005
3:33 am
5966
I think this is an appropriate enough forum :) (unless you are trying to get something fixed). I expect there are more than a few pople on this list that have...
Craig Day
craig@...
Send Email
Oct 21, 2005
3:38 am
5967
(Ccing Ajug since David said it was okay and there seems to be some interest...) Ah.. JNDI. Something I try and stay away from. Have you seen ...
Nick Lothian
nick_a_l
Offline Send Email
Oct 21, 2005
3:42 am
5968
Hi Rob, The problem is that the call to submit() wraps your Blocker object in a FutureTask. The call in PriorityQueue.fixUp() is attempting to cast the object...
Tim C. Wundke
twundke
Offline Send Email
Oct 21, 2005
3:43 am
5969
... I thought of this, too, but I think passing the comparator to the PriorityBlockingQueue constructor is better. I do agree that a note in the Javadoc would...
Nick Lothian
nick_a_l
Offline Send Email
Oct 21, 2005
3:47 am
5970
Tim, That works just fine. I should have been calling that method anyway as I'm not interested in the result in the caller. I overlooked the execute method. ...
Rob Griffin
javasaw
Offline Send Email
Oct 21, 2005
4:13 am
5971
... Yeah, you're right. I didn't look closely enough at the PriorityBlockingQueue API. Doing it your way also doesn't depend on internal implementation ...
Tim C. Wundke
twundke
Offline Send Email
Oct 21, 2005
4:33 am
5972
... My usual solution to such angst is to simply stay away from Tomcat, but it's what a current client is using, so I can't. JNDI works just fine for me in the...
David Bullock
thunkmeister
Offline Send Email
Oct 21, 2005
4:33 am
5973
Why don't you raise a bug. Or better yet post a patch. regards Malcolm Edgar...
Malcolm Edgar
malcolmedgar123
Offline Send Email
Oct 21, 2005
7:37 am
5974
... That's a good thought, but I guess the point is that, rather than some specific reproducible failure that can be fixed and forgotten, the problem is rather...
David Bullock
thunkmeister
Offline Send Email
Oct 21, 2005
8:19 am
5975
David, ... Use Resin - its now open source, and we've been using it for years. Far and away the best development server, and we've had great success in ...
Scott Farquhar
scott_farkas
Online Now Send Email
Oct 21, 2005
5:59 pm
5976
... [snip] ... That _IS_ XML. a) It is just "well-formed", since it doesn't have a DTD. It can't be valid(ated) unless it has either a DTD or a schema b)...
Nick Lothian
nick_a_l
Offline Send Email
Oct 24, 2005
12:00 am
Messages 5947 - 5976 of 7356   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help