[The Java Posse] Re: My notes about project Jigsaw from JavaOne

2009-06-20 Thread Massimo
Interview and link in OP were very helpful. I have a few simple Jigsaw questions: How much (if any) of Project Jigsaw is usable in the current JDK 7 milestone? What's a general ballpark time frame for when this stuff will be ready to play with? Maven is gaining lots of traction and wide usage a

[The Java Posse] Re: My notes about project Jigsaw from JavaOne

2009-06-20 Thread Josh Suereth
Can we stop the name-calling? On the scala list serves, I usually reserve pictures of fluffy,furry, cute and cuddly kittens to help quell heated pointless arguments. If you listen to the podcast again, you'll notice they specifically say that they didn't feel Sun could afford the time waiting fo

[The Java Posse] Re: My notes about project Jigsaw from JavaOne

2009-06-20 Thread Reinier Zwitserloot
Responses inline. On Jun 20, 11:33 am, Neil Bartlett wrote: > I haven't seen these requirements stated directly by the Jigsaw team > (if indeed there is a team, I thought it was just Mark Reinhold). Listen to the podcast. The 'team' is Buckley and Reinhold, and the requirements were said on the

[The Java Posse] Google gdata authsub API

2009-06-20 Thread BiG~Bo$$
Hello, I am new in gdata API, i am trying to access logged user information like first name, last name, email id andurl of image. I also want to access logged user contects information. I have written a program but that program can not give user's last name, image url and also return me only 25

[The Java Posse] Re: Hello

2009-06-20 Thread Filip Korling
A large collections of recorded speeches (video + slides) on a variety of Java topics can be found at http://parleys.com. Lots of great info there. /Filip > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "The J

[The Java Posse] Easy Forum at http://www.sourcecode4you.com/

2009-06-20 Thread swetarat...@gmail.com
Forum Forum Forum At http://www.sourcecode4you.com/forum/createtopic.aspx Free Software development and Design articles all provided free by the best bunch of developers on the net. The Source Code 4 You is a community of Software development and Design developers joined together with certain c

[The Java Posse] Re: Running external executable from within java code

2009-06-20 Thread Filip Korling
Have a look at the Apache Commons Exec, http://commons.apache.org/exec/ for a library that handles external processes. 2009/6/19 Alexey Zinger : > The process object you get shouldn't cost the JVM much in terms of > resources.  Remember that you have to read the process' output fully for it > t

[The Java Posse] Re: My notes about project Jigsaw from JavaOne

2009-06-20 Thread Neil Bartlett
Hello Reinier, Some responses inline below. I consider myself in the so-called OSGi "camp", though I am not an OSGi Alliance member nor do I speak for the Alliance or any of its members. On Jun 20, 12:35 am, Reinier Zwitserloot wrote: > I think the jigsaw team spelled it out pretty well: I hav