-
New Java Gems Release (11 messages)
- Posted by: Peter Varhol
- Posted on: February 13 2009 09:04 EST
Bugfixes A bug preventing a logging record creator identification was fixed. A possible swallowed exception behavior in gems.io.IOUtils.read() was fixed. Enhancements Better usage of generics was applied through codebase. Many interfaces are now more flexible but still type safe and almost all unchecked assignments simply disapeared. As part of bug fixing, a refactoring was performed. The result is that there is a new general-purpose interface named ExceptionHandler. It is useful for a pluggable exception handling. Test coverage was increased. Actually, 72% of classes and 66% of code lines are covered by unit tests. The Java Gems project can be found at http://code.google.com/p/javagems/ .Threaded Messages (11)
- Re: New Java Gems Release.. minor update? by Joseph Ottinger on February 13 2009 09:19 EST
- Actually....I never heard of this.... by Dave Macpherson on February 13 2009 10:35 EST
- Re: Actually....I never heard of this.... by Joseph Ottinger on February 13 2009 10:53 EST
- Re: New Java Gems Release.. minor update? by han theman on February 13 2009 16:56 EST
- Actually....I never heard of this.... by Dave Macpherson on February 13 2009 10:35 EST
- worthless by Brandon India on February 13 2009 13:46 EST
- Re: worthless by Dan Kaplan on February 13 2009 16:25 EST
- Re: worthless by Brandon India on February 13 2009 07:03 EST
- Re: worthless by Dan Kaplan on February 13 2009 16:25 EST
- Missing: comparision with Apache commons by Sherpa Carmichael on February 15 2009 03:28 EST
- args4j instead of javagems by Michael Schnell on February 15 2009 04:37 EST
- What a pathetic project and waste of time !! by pagux pagux on February 15 2009 09:40 EST
- I told you so ! by Dushyanth Inguva on February 16 2009 03:41 EST
-
Re: New Java Gems Release.. minor update?[ Go to top ]
- Posted by: Joseph Ottinger
- Posted on: February 13 2009 09:19 EST
- in response to Peter Varhol
This is a very minor update: "We fixed a coupla things here and there, let's tell EVERYONE ABOUT IT." Bleah. -
Actually....I never heard of this....[ Go to top ]
- Posted by: Dave Macpherson
- Posted on: February 13 2009 10:35 EST
- in response to Joseph Ottinger
This is a very minor update: "We fixed a coupla things here and there, let's tell EVERYONE ABOUT IT." Bleah.
....so I don't mind the posting at all. -
Re: Actually....I never heard of this....[ Go to top ]
- Posted by: Joseph Ottinger
- Posted on: February 13 2009 10:53 EST
- in response to Dave Macpherson
That's fair. But I've noticed a lot of JavaGems updates recently: August, Late January, now mid-February, and in each case, the release was, if you'll pardon my opinion, kinda minor: Gems had a remarkably small feature set in its initial release, and hasn't added much since then. Lacking major feature updates, I wouldn't have posted it to TSS' front page.This is a very minor update: "We fixed a coupla things here and there, let's tell EVERYONE ABOUT IT." Bleah.
....so I don't mind the posting at all. -
Re: New Java Gems Release.. minor update?[ Go to top ]
- Posted by: han theman
- Posted on: February 13 2009 16:56 EST
- in response to Joseph Ottinger
This is a very minor update: "We fixed a coupla things here and there, let's tell EVERYONE ABOUT IT." Bleah.
Didn't you know? This is the new Freshmeat! -
worthless[ Go to top ]
- Posted by: Brandon India
- Posted on: February 13 2009 13:46 EST
- in response to Peter Varhol
The only update I want to hear is that google code deleted this worthless project. Talk about re-inventing the wheel, and not improving upon it. Your coding style is atrocious, hit the damn tab key once and a while. -
Re: worthless[ Go to top ]
- Posted by: Dan Kaplan
- Posted on: February 13 2009 16:25 EST
- in response to Brandon India
Your coding style is atrocious, hit the damn tab key once and a while.
What are you talking about? Besides using 2 spaces instead of 4, it looks perfectly fine and follows the java standards. -
Re: worthless[ Go to top ]
- Posted by: Brandon India
- Posted on: February 13 2009 19:03 EST
- in response to Dan Kaplan
hmmm, google code is the one rendering it crappy. guess i'm the *******! -
Missing: comparision with Apache commons[ Go to top ]
- Posted by: Sherpa Carmichael
- Posted on: February 15 2009 03:28 EST
- in response to Peter Varhol
What's really missing in this project - and what's so curious abot the whole thing - is a comparision with the one project that does all the same things that JavaGems tries to do - Apache Commons. Actually, *any* comment is missing that would tell *why* there is now yet another framework that provides 'commons'. -
args4j instead of javagems[ Go to top ]
- Posted by: Michael Schnell
- Posted on: February 15 2009 04:37 EST
- in response to Peter Varhol
The CLI lib of javagems is OK but I personally prefer the "args4j" style (https://args4j.dev.java.net/) - It's more natural to define your own "options class" and simply annotate it with some "@Option" markers. The rest is done by "args4j". -
What a pathetic project and waste of time !![ Go to top ]
- Posted by: pagux pagux
- Posted on: February 15 2009 09:40 EST
- in response to Peter Varhol
do i need to say more. TSS stop spamming us with stupid allowing with stupid posts -
I told you so ![ Go to top ]
- Posted by: Dushyanth Inguva
- Posted on: February 16 2009 03:41 EST
- in response to Peter Varhol
Don't want to flog a dead horse, but I had my doubts back when this project was initially released http://www.theserverside.com/news/thread.tss?thread_id=50308#266064 While the motive is laudable, I really don't see this to be different from all the existing reuse frameworks.