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 3773 - 3802 of 7356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3773
Firstly thanks to those who replied to my question last week on the Java conversion assistant. The final story will be posted soon. Meanwhile I thought this...
Brendon Chase
brendonjchase
Offline Send Email
Feb 4, 2004
3:31 am
3774
I'm sure many of you already know this, but Tiger (Java 1.5.0, Beta 1) has been released today! You can get it (and read about it) here: ...
Brandon Franklin
CCerberus
Offline Send Email
Feb 5, 2004
12:17 am
3775
Hi everyone, This is just an announcement that a new job as “Technical Editor” is currently being pursued for ZDNet’s Builder channel and print...
Brendon Chase
brendonjchase
Offline Send Email
Feb 5, 2004
9:58 am
3776
I recently heard about this "automated testing tool" called Jtest. Apparently it integrates into Eclipse and can automatically create Junit tests which all...
andrew12352002
Offline Send Email
Feb 5, 2004
9:58 am
3777
It's got a static code checker, but not as tightly integrated into the IDE as our Java tools are. It's a good example of using aspirin to cure a headache...
david_boudreau@...
Send Email
Feb 5, 2004
11:32 pm
3778
Hi People I'm writing on behalf of a friend to ask if anyone in this group knows of/uses a reliable cheap or free Java(JSP & Servlets) Hosting service that is...
Abhijit Hiremagalur
ahiremagalur
Offline Send Email
Feb 6, 2004
5:04 am
3779
... How much is your budget? I use <http://www.kgbinternet.com/>. I pay $20 Canadian per month, with my own VM and MySQL. The server is in Canada (or maybe the...
Nick Lothian
nick_a_l
Offline Send Email
Feb 6, 2004
5:12 am
3780
... I have used this company: http://www.alphadimensions.net/services.php AUD60/year with $20 setup fee for jsp + mysql. I pointed my DNS record at their...
Trent
serpsor
Offline Send Email
Feb 6, 2004
5:13 am
3781
This may be more effort than you are willing to put into it, but I recommend something like Linode. http://www.linode.com/products/linodes.cfm For US$20 per...
Matt Quail
matt_quail
Offline Send Email
Feb 6, 2004
5:29 am
3782
It's in California but looks like a lot of customizable options and packages to choose from: http://www.webappcabaret.com/index.html?ngasi_source=jdjnl David...
david_boudreau@...
Send Email
Feb 6, 2004
7:09 am
3783
I guess I am getting away from the original question, but I've just read about Virtual Private Servers. http://www.vpscenter.com/ Essentially you get "the...
David Bolton
d_bolton_au
Offline Send Email
Feb 6, 2004
7:39 am
3784
Hi all, I thought I'd try out the generics feature of the 1.5 beta. I don't seem to be able to get the simplest program to compile with them. C:\work>javac...
Ritchie Young
ritchie.young@...
Send Email
Feb 10, 2004
2:32 am
3785
... Try passing "-source 1.5". I haven't tried 1.5 out myself, but noticed this in the release notes at: ...
Ben Stringer
zinctablet
Offline Send Email
Feb 10, 2004
2:38 am
3786
You probably still need to use the -source 1.5 option when compiling, ie c:\work>javac -source 1.5 Test.java This was the case with the alpha and would expect...
Greg Peterson
gp@...
Send Email
Feb 10, 2004
2:41 am
3787
I only have the 1.5 Alpha (not the most recent Beta) here, but the code ArrayList<String> list = new ArrayList<String>(); works fine with that (make sure you...
Nick Lothian
nick_a_l
Offline Send Email
Feb 10, 2004
2:45 am
3788
The -source 1.5 was what was missing. That and not being able to pass multiple arguments to the add. Thanks to all that replied. /Ritchie ... From: Nick...
Ritchie Young
ritchie.young@...
Send Email
Feb 10, 2004
2:57 am
3789
K, here's perhaps an interesting question for you folks...I would certainly love to know the answer. If I have some sourcecode for a closed-source product I'm...
Brandon Franklin
CCerberus
Offline Send Email
Feb 11, 2004
5:50 am
3790
From my research there seems to be alot of 'dual licensing'. The QT license is the one that comes to mind. " For development non-free/proprietary software, the...
Chris Murphy
c_jmurphy
Offline Send Email
Feb 11, 2004
8:43 pm
3791
Hi there, I was wondering if anyone knew of the best way to process calculations & formulas that would be stored in a database, and maintained by the user. The...
Paul Jackson
paul.jackson@...
Send Email
Feb 13, 2004
4:29 am
3792
... You could use the calc.g example from Antlr (http://antlr.org/download.html). Or more funkily, you could embed (something like) Jython, and evaluate those...
Matt Quail
matt_quail
Offline Send Email
Feb 13, 2004
5:44 am
3793
... You could use the calc.g example from Antlr (http://antlr.org/download.html). Or more funkily, you could embed (something like) Jython, and evaluate those...
Matt Quail
matt_quail
Offline Send Email
Feb 13, 2004
5:44 am
3794
... I've written the bulk of a formula/expression parser that behaves much like Excel. Currently the big missing features are * conditionals [ i.e. if( expr,...
Tim Vernum
tim.vernum@...
Send Email
Feb 13, 2004
8:35 am
3795
I've been looking at using javacc for a similar mission - to parse textual data. Worth a look as the example @ javaworld is a calculator parser/application. ...
Stuart Guthrie
sfg@...
Send Email
Feb 14, 2004
3:13 am
3796
Thanks for that (and others), I've also come across JEKS http://www.eteks.com/jeks/en/ which includes a parser which seems to do the same thing. I'll give them...
Paul Jackson
paul.jackson@...
Send Email
Feb 15, 2004
10:28 pm
3797
One of our TAFEs wants to advertise their Java dev courses. What ajug mailing list should they use? Thanks and regards, David...
David Coldrick
coldrick
Offline Send Email
Feb 18, 2004
3:53 am
3798
I don't mind seeing (occasional) things like that here. There was a discussion of places offering training a week or two ago, for instance....
Nick Lothian
nick_a_l
Offline Send Email
Feb 18, 2004
3:59 am
3799
Hi all, I am just wondering what solutions (if any) people use for Java Application Server management. In particular are people using any 3rd party tools for ...
Dean Povey
povey@...
Send Email
Feb 18, 2004
7:15 am
3800
Folks, I'm working with a group that's pushing the limits of their existing hardware, and I'd like to come up with a cost effective hardware strategy. We have...
Steve Hayes
sxh_kt
Offline Send Email
Feb 19, 2004
1:54 am
3801
Hi We are using the developers Windows boxes, however the code is on the central Linux development box. This enables easy build and deploy without copying...
David Balzert
davidbalzert
Offline Send Email
Feb 19, 2004
2:16 am
3802
How about this: 4) Buy new boxes for each developer. Don't get wizz-bang ones, and don't get monitors, etc. Just get a "budget" box with 512MB ram for about ...
Matt Quail
matt_quail
Offline Send Email
Feb 19, 2004
2:26 am
Messages 3773 - 3802 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