Re: [The Java Posse] Re: Coda Hale on Scala

2011-12-01 Thread Erlend Hamnaberg
Speaking of performance characteristics: I find this useful: http://www.scala-lang.org/docu/files/collections-api/collections_40.html -- Erlend On Thu, Dec 1, 2011 at 8:47 PM, Dick Wall dickw...@gmail.com wrote: In fact, I would go a step further on this. Really knowing the performance

Re: [The Java Posse] Re: The perm space problem myth

2011-05-24 Thread Erlend Hamnaberg
Java 7 gets this: http://download.java.net/jdk7/docs/api/java/net/URLClassLoader.html#close() http://download.java.net/jdk7/docs/api/java/net/URLClassLoader.html#close()Might help improve GC on ClassLoaders. -- Erlend On Tue, May 24, 2011 at 9:14 AM, Neil Bartlett njbartl...@gmail.com wrote:

Re: [The Java Posse] Java apps as services in particular Unix services

2011-02-03 Thread Erlend Hamnaberg
I've used the Java Service Wrapper with great success. http://wrapper.tanukisoftware.com/doc/english/download.jsp http://wrapper.tanukisoftware.com/doc/english/download.jsp Its even possible to use the maven appassembler plugin to build a distribution with the service wrapper built in.

Re: [The Java Posse] Re: Library to convert http parameters to object

2010-12-16 Thread Erlend Hamnaberg
Look at the URIBuilder for instance. -- Erlend On Wed, Dec 15, 2010 at 9:07 PM, Moandji Ezana mwa...@gmail.com wrote: On Wed, Dec 15, 2010 at 7:16 PM, Erlend Hamnaberg ngar...@gmail.comwrote: The httpcache4j-api artifact does exactly what you want. Which class should I be looking

Re: [The Java Posse] Re: Library to convert http parameters to object

2010-12-15 Thread Erlend Hamnaberg
You can look at httpcache4j. The httpcache4j-api artifact does exactly what you want. -- Erlend On Wed, Dec 15, 2010 at 7:08 PM, Moandji Ezana mwa...@gmail.com wrote: On 15 Dec 2010 17:19, Erdinc Yilmazel erd...@yilmazel.com wrote: Have you looked at JAXRS/Jersey? Like all web

Re: [The Java Posse] Re: Name Value Parameter Pattern Plugin for IDE

2010-10-13 Thread Erlend Hamnaberg
Interesting. Would it be possible to make immutable builders as well? I've had quite a few uses for them. -- Erlend On Wed, Oct 13, 2010 at 4:05 PM, Reinier Zwitserloot reini...@gmail.comwrote: Trivial style whining? For serious? I'm sure your editor has an auto-format feature of some

Re: [The Java Posse] Lightweight Java webcache (for using during Maven builds)

2010-07-26 Thread Erlend Hamnaberg
You could check out HTTPCache4j. (http://httpcache4j.codehaus.org) The cache can be persistent, meaning you can embed it in your application. For now this is a client side only cache, but I have plans for making it into a fully-featured proxy, just need to find some time to do that. -- Erlend

Re: [The Java Posse] Re: Emigration and the UK Budget.

2010-06-22 Thread Erlend Hamnaberg
Carl. You should take a look at Norway. A great country for developers. -- Erlend -- You received this message because you are subscribed to the Google Groups The Java Posse group. To post to this group, send email to javapo...@googlegroups.com. To unsubscribe from this group, send email to

Re: [The Java Posse] Re: JCP.ORG down ?

2010-06-05 Thread Erlend Hamnaberg
Its up again now. On Sat, Jun 5, 2010 at 6:46 AM, Christian Catchpole christ...@catchpole.net wrote: Fat yak http://twitpic.com/1u143o On Jun 5, 10:31 am, Robert Casto casto.rob...@gmail.com wrote: Point well taken. Had 6 machines that wouldn't run Ubuntu for some reason. It was someone

Re: [The Java Posse] HttpClient

2010-05-23 Thread Erlend Hamnaberg
2) look at HttpCache4j http://httpcache4j.codehaus.org -- Erlend On Thu, May 20, 2010 at 5:18 PM, mr rhea kalen.how...@gmail.com wrote: I'm using HttpClient on a project for the first time and I'm wondering: 1.) What the general feel is regarding performance of HttpClient 2.) Are there

Re: [The Java Posse] Using RetroWeaver for adapting Java 5 code to JME

2010-05-16 Thread Erlend Hamnaberg
I tried retrotranslator maven plugin [1]. All the class files were correctly transformed into java 1.3 equivalent. I found, however, that it did not translate enums etc into java 1.3 versions, even though the documentation[2] said it should. Maybe the retroweaver works better. Best regards

Re: [The Java Posse] OSGi plugin development on eclipse makes me swear... :-(

2010-04-12 Thread Erlend Hamnaberg
Have you looked at Tycho? Should be available from Sonatype.org On Apr 12, 2010 10:36 AM, Matthew Kerle mattke...@gmail.com wrote: ok, from what I've seen so far, OSGi seems pretty smart (hot-reloading of classes at runtime? sexy!). But trying to bully eclipse into helping me while I develop

Re: [The Java Posse] Re: Git Problems At Roundup?

2010-04-08 Thread Erlend Hamnaberg
http://help.github.com/dealing-with-lineendings/ On Thu, Apr 8, 2010 at 12:37 PM, Peter A Pilgrim peter.pilg...@gmail.comwrote: On 8 Apr, 01:36, Chris Phelps cjph...@gmail.com wrote: Hi There was one issue during merging that I have never resolved. Dick attempted to merge my changes

Re: [The Java Posse] software patents

2010-04-05 Thread Erlend Hamnaberg
Great news :) On Mon, Apr 5, 2010 at 4:11 PM, phil.swen...@gmail.com phil.swen...@gmail.com wrote: There is a supreme court case that has already been heard on business method patents. Some think if the Supreme Court finds that business method patents aren't valid all software patents are

Re: [The Java Posse] Re: Evil(?) Apple suing HTC

2010-03-05 Thread Erlend Hamnaberg
Now, there is that living in Norway where software patents are illegal. Gotta love the suing for innovativeness going on in the US. Software patents are completely useless. They are only there for some noisy companies to screw around with competitors. The funny thing is that Apple were looking at

Re: [The Java Posse] Re: Swing book recommendations

2010-03-05 Thread Erlend Hamnaberg
I wouldn't use the Netbeans platform if my life depended on it, except the Runtime container. Netbeans platform development is the worst case of Wizard-driven development with Service lookup I have ever seen. The Netbeans 6.9 container will finally have OSGI, and that means it might be worth

Re: [The Java Posse] Re: Funky Java and Objective Scala

2010-03-03 Thread Erlend Hamnaberg
I noticed that you used Linux for the presentation. Which presentation tool did you use? It didn't look like OpenOffice Impress. Overall a good presentation. Keep it up:) On Mar 4, 2010 6:18 AM, Dick Wall dickw...@gmail.com wrote: Thanks David - that means a lot - I was a bit flustered when I

Re: [The Java Posse] software engineering ideas can implement by JAVA

2010-02-28 Thread Erlend Hamnaberg
I have tried to get time to build an application that can read Daisy cds. The Daisy [1] format is an open format for audio books. This uses the SMIL [2] format and should be relatively easy to parse. There are no really good open source applications for this kind of stuff, and most commercial

Re: [The Java Posse] Re: Tools to check API compatibility

2010-02-18 Thread Erlend Hamnaberg
http://mojo.codehaus.org/animal-sniffer-maven-plugin/ This is supposed to be able to build signatures of APIs and check your project against them. I have not used it myself. -- Erlend On Thu, Feb 18, 2010 at 5:39 PM, Luis Miranda lui...@fastmail.fm wrote: Hi Fabrizio, You could try Clirr,

Re: [The Java Posse] Is drag'n drop app building important?

2010-02-18 Thread Erlend Hamnaberg
Personally I see JavaFX as an exciting technology. Unfortunately, however, it has fallen into the Try to beat flash-trap, which train left the station years ahead of Javafx. If Sun did see the potential for building REAL user interface applikations, Desktop Java might have had a chance. I'm

Re: [The Java Posse] Can you recommend a Java image manipulation library?

2010-01-23 Thread Erlend Hamnaberg
Standard java ImageIO with http://jhlabs.com/ip/filters/index.html If you need to read more than jpegs and pngs (check out: hthttps:// twelvemonkeys-imageio.dev.java.net/) On Sat, Jan 23, 2010 at 11:45 AM, Phil p...@haigh-family.com wrote: I'm looking for a Java image manipulation library for

Re: [The Java Posse] Re: Regarding installers...

2010-01-14 Thread Erlend Hamnaberg
For unix packaging take a look at http://mojo.codehaus.org/unix/ the unix-maven-plugin. This will be able to make packages for rpm / debian and solaris. --Erlend On Thu, Jan 14, 2010 at 5:31 PM, Jason Whaley jasonwha...@gmail.com wrote: For bundling OSX apps in maven, check out this plugin:

[The Java Posse] Re: #286 feedback: Android

2009-11-09 Thread Erlend Hamnaberg
Hero is also on 1.5 in Scandinavia. With Sense, however. --Erlend On Mon, Nov 9, 2009 at 10:01 PM, Casper Bang casper.b...@gmail.com wrote: A few issues regarding Android, not massively covered. In several parts of the world, there's still no official support for commercial apps (I.e.

[The Java Posse] Announce: HttpCache4j 2.0 released

2009-09-10 Thread Erlend Hamnaberg
maven repo. Downloads and documentation may be found @ http://httpcache4j.codehaus.org/ The library is open source under the Apache 2.0 license. -- Erlend Hamnaberg developer and maintainer of HttpCache4j --~--~-~--~~~---~--~~ You received this message because you

[The Java Posse] Re: jdk versions

2009-08-11 Thread Erlend Hamnaberg
Please hijack another thread. This started as a way of determining if targeting jdk 5 is still a good idea. If anyone is interested, the project in question is found here: http://httpcache4j.codehaus.org/ the way i've done it now, is that I have created one module that requires jdk6, everything

[The Java Posse] Re: jdk versions

2009-08-07 Thread Erlend Hamnaberg
is this confirmed from Snoracle sources? On Fri, Aug 7, 2009 at 10:40 AM, Martin OConnor marti...@gmail.com wrote: I would target JDK 6. JDK 5 will complete its end of life by end of October this year. Time to move on folks :) On Aug 6, 7:41 pm, Erlend Hamnaberg ngar...@gmail.com wrote

[The Java Posse] Re: On Java desktop apps in Linux

2009-07-27 Thread Erlend Hamnaberg
Create packages for linux distros and solaris. Written by one of the creators of Maven. http://mojo.codehaus.org/unix/ Regards, Erlend On Mon, Jul 27, 2009 at 5:00 PM, Mark Fortner phidia...@gmail.com wrote: Hi Fabrizio, I've also written Java desktop apps in the past, and it seems to me

[The Java Posse] Java library: HTTPCache4J - HTTP client caching done easy

2009-07-25 Thread Erlend Hamnaberg
the Java version a thin layer on top of Scala. I am however not quite there yet ;) as the Scala version is very much in pre-pre-alpha. i.e not working :P Best regards - Erlend Hamnaberg --~--~-~--~~~---~--~~ You received this message because you are subscribed

[The Java Posse] Re: Package by feature or layer?

2009-06-18 Thread Erlend Hamnaberg
Don't get me started on the deficiency of Netbeans. This feature is a must and has been in all others IDEs forever. Why the hell isn't JAVA a language that needs attention in Netbeans? Since this is written in Java, why isn't this the main language supported Java is the LEAST developed language

[The Java Posse] Re: Hacking JavaFX databinding

2009-06-11 Thread Erlend Hamnaberg
cool article. Tor, any comments? On Thu, Jun 11, 2009 at 1:39 PM, Jan Goyvaerts java.arti...@gmail.comwrote: How to use JavaFX databinding in a Java application. I haven't got time yet to read this all but I think the questions at the end deserve an answer.

[The Java Posse] Re: Enough with the whip noises

2009-05-17 Thread Erlend Hamnaberg
Yeah, and this one is nice too :) http://instantrimshot.com/ - E On Fri, May 15, 2009 at 4:56 AM, Jack Leow jackg...@gmail.com wrote: Is it anything like this one? http://www.sadtrombone.com On May 12, 2:55 pm, Frederic Simon frederic.si...@gmail.com wrote: I really like the trombone

[The Java Posse] Re: Dicks workload in The Java Posse: 95%

2009-03-07 Thread Erlend Hamnaberg
Indeed. Watch out for the big Dick Wall. On Sat, Mar 7, 2009 at 2:13 PM, Hairless_ape gantra...@gmail.com wrote: Whoa! That's a lot of Dick. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups The Java Posse

[The Java Posse] Re: Maven in Intellij and Netbeans

2008-11-18 Thread Erlend Hamnaberg
In IDEA 8 you can also run maven builds directly, so I think the IntelliJ way far surpasses the netbeans one, sorry Tor. - Erlend On Tue, Nov 18, 2008 at 9:25 PM, jvb [EMAIL PROTECTED] wrote: Hi posse, Maven support in Intellij and Netbeans was praized in the most recent episode. Although