Re: [The Java Posse] Re: Project Jigsaw probably pushed back to Java 9

2012-07-19 Thread Moandji Ezana
On Thu, Jul 19, 2012 at 10:03 AM, Jan Goyvaerts wrote: > The very same slides were shown three Devoxx'es in a row. :-p One more time and they'll have broken JavaFX's record! Moandji -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To post to th

Re: [The Java Posse] Project Jigsaw probably pushed back to Java 9

2012-07-18 Thread Moandji Ezana
On Wed, Jul 18, 2012 at 10:20 AM, Carl Jokl wrote: > Reading the title makes me feel a tad better. I thought for a moment that > Project Jigsaw was being abandoned altogether. This would be a shame given > that I think that it is about more than just JavaFX and as said would be a > step towards c

[The Java Posse] Project Jigsaw probably pushed back to Java 9

2012-07-17 Thread Moandji Ezana
http://mreinhold.org/blog/late-for-the-train I had just read an interesting practical intro to Jigsaw by Paul Sandoz, so I'm sad to see it go. Moandji -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To post to this group, send email to javaposse

Re: [The Java Posse] Re: Is it time to change the technology?

2012-06-27 Thread Moandji Ezana
On Wed, Jun 27, 2012 at 7:11 AM, Deniz Oğuz wrote: > If you consider an enterprise application that will have a few hundred > forms in a 3 years period, do you think that it will be manageable if > client side is completely implemented in html/js? > If you have people who know html & js well and

Re: [The Java Posse] Re: Is it time to change the technology?

2012-06-27 Thread Moandji Ezana
On Wed, Jun 27, 2012 at 1:48 AM, clay wrote: > I've built web apps with REST (Jersey) web services + client side HTML/JS > with jQuery and ExtJS but without a server-side HTML templating piece. I > love this approach, but sometimes a server-side HTML templating framework > is neeeded, in which ca

Re: [The Java Posse] Swing testing frameworks ?

2012-05-08 Thread Moandji Ezana
On Mon, Apr 23, 2012 at 4:38 PM, Jan Goyvaerts wrote: > Does somebody in here has practical experience with a Swing testing > framework that actually does work ? > > I was thinking about FEST , but I'm not > quite sure it's still active. Is it ? > The FEST project

Re: [The Java Posse] Artima.com

2012-04-26 Thread Moandji Ezana
On Thu, Apr 26, 2012 at 5:34 PM, Vince O'Sullivan wrote: > Artima.com appears to be more or less dead, these days. > > Where do people go these days for discussion of software development (with > a bias towards Java)? (Or is all the interesting stuff taking place > outside Java?) > InfoQ Unsuppo

Re: [The Java Posse] No more primitives in Java 10?

2012-03-19 Thread Moandji Ezana
This isn't actually new: Simon Ritter gave the same (or similar) talk at JAX London back in November. Slide #41lists the proposed unified type system: "No more primitives, make everything objects" Moandji On Mon,

Re: [The Java Posse] Re: Choosing a better software stack

2012-03-16 Thread Moandji Ezana
On Fri, Mar 16, 2012 at 11:52 AM, rakesh mailgroups < rakesh.mailgro...@gmail.com> wrote: > Some further context of the requirements - expose restful urls, convert > json data into Java objects, transform and out into MongoDB. > What about plain JAX-RS? Moandji -- You received this message bec

Re: [The Java Posse] AIDE, a Java IDE running on Androd...

2012-03-15 Thread Moandji Ezana
On Fri, Mar 16, 2012 at 8:30 AM, Jon Kiparsky wrote: > Is this one of those questions where no matter what I say you whack my > upside the head with a big stick? > No, sincere question. I'm wondering why tablets aren't considered real computers. Moandji -- You received this message because you

Re: [The Java Posse] AIDE, a Java IDE running on Androd...

2012-03-15 Thread Moandji Ezana
On 15 Mar 2012 17:29, "Cédric Beust ♔" wrote: > I'm genuinely curious, I really don't understand the excitement. What does a developer gain by developing on the device instead of developing on a real computer with a real IDE What's the difference between an Android tablet with a keyboard and a re

Re: [The Java Posse] AIDE, a Java IDE running on Androd...

2012-03-15 Thread Moandji Ezana
http://www.infoq.com/news/2012/03/AIDE A short interview with the AIDE team. "Android places severe restrictions on memory usage for Apps. Still it is possible to build a project containing over 100,000 source lines like AIDE itself within AIDE on a Samsung Galaxy S2 smartphone." That's pretty c

Re: [The Java Posse] The pain of upgrading Android devices

2012-03-14 Thread Moandji Ezana
ad. Google only seems committed to the latest Nexus. Moandji On 13 Mar 2012 15:54, "Cédric Beust ♔" wrote: > On Tue, Mar 13, 2012 at 4:19 AM, Moandji Ezana wrote: > >> The thing that bothers me most is that it is impossible for Google to >> push out a security up

Re: [The Java Posse] The pain of upgrading Android devices

2012-03-13 Thread Moandji Ezana
On Tue, Mar 13, 2012 at 12:36 PM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > So, what's the point? Is it really so hard to upgrade Android, or are just > corporates that aren't investing the proper effort? I think their business model just isn't set up for it: lots of phones that

Re: [The Java Posse] Github repositories

2012-03-08 Thread Moandji Ezana
On Thu, Mar 8, 2012 at 8:47 PM, Vineet Sinha wrote: > > ... >> Obviously, these stats are biased since they represent developer interest >> more than user interest, but it's still interesting to browse them to get a >> pulse on the developer community. >> > > It is also worth noting that most of

[The Java Posse] Project discovery

2012-03-08 Thread Moandji Ezana
Currently, I hear about new (to me) or updated projects/frameworks/libraries from an assortment of mailing lists, blogs, podcasts and searches when I need to solve a specific problem. When I find something interesting, I watch it on Github or star it on Google Code (if it's somewhere else or not op

Re: [The Java Posse] Re: Is it time to change the technology?

2012-02-20 Thread Moandji Ezana
On Mon, Feb 20, 2012 at 10:13 AM, Mark Derricutt wrote: > For this I'm quite liking the look of Spark: > > http://www.sparkjava.com/readme.html > > It's extremely minimal and works well with Guice etc. I tried it out and found it *too* minimal. For example, you're left to deal with converting

Re: [The Java Posse] Re: Is it time to change the technology?

2012-02-19 Thread Moandji Ezana
On Fri, Feb 17, 2012 at 9:29 PM, Kevin Wright wrote: > This is certainly the REST ideal, but it's not so simple as it sounds. > Even in a rich-client environment you can still expect back end servers to: > > Handle json serialisation/parsing > Manage routing to restful endpoints > Perform caching

Re: [The Java Posse] Re: Is it time to change the technology?

2012-02-17 Thread Moandji Ezana
2012/2/17 Cédric Beust ♔ > This is another important aspect for a web framework, in my opinion: being > template technology neutral. Since any decent templating engine can easily be invoked programmatically, I don't even see a reason for a server-side framework to make any templating choice at

Re: [The Java Posse] They've finally done it! JavaFX on Linux

2012-01-28 Thread Moandji Ezana
On Wed, Jan 25, 2012 at 10:34 AM, Jan Goyvaerts wrote: > That was my first reaction too - what developer is still using a 32bit > Linux ? Or does it work on 64bit Linux too ? > > Anyway, the 32bit JDK does not install on 64bit. Sadly. > Apparently you can run it on a 32-bit Linux, with a few cave

Re: [The Java Posse] Re: The Java Tree Withers

2012-01-25 Thread Moandji Ezana
On Wed, Jan 25, 2012 at 11:07 PM, Eric Jablow wrote: > Should the community try to develop classes for common notions? Examples that come to mind are Joda-Money or URL, email and credit card validation in Hibernate Validator. Something similar c

Re: [The Java Posse] The Java Tree Withers

2012-01-25 Thread Moandji Ezana
On Wed, Jan 25, 2012 at 7:31 AM, Casper Bang wrote: > Interesting subject though. I reckon all of us in here have written our > own domain-less StringUtils, NumberUtils, DateUtils etc. which are obvious > candidates for reuse. > Then don't you get into the problems of distributing dependencies t

Re: [The Java Posse] The Java Tree Withers

2012-01-25 Thread Moandji Ezana
On Wed, Jan 25, 2012 at 5:27 AM, Vineet Sinha wrote: > It makes the point the point that there is a lot of code that is getting > deprecated and that old Java libraries has been replaced with new. It seems to me that the APIs he mentions - multimedia stuff - is an area in which Java has always

Re: [The Java Posse] They've finally done it! JavaFX on Linux

2012-01-24 Thread Moandji Ezana
On Wed, Jan 25, 2012 at 1:11 AM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > Great. This removes a number of locks that prevented me from working with > JavaFX 2.0. I thought so, too, but on the download page

Re: [The Java Posse] The Java Tree Withers

2012-01-24 Thread Moandji Ezana
On Tue, Jan 24, 2012 at 10:47 PM, Dereck Haskins wrote: > I'd have to agree with the title that reuse gets an F What exactly is the definition of "code reuse"? In my definition, Maven Central, Github and build tools count as code reuse, and I think the grade is a lot higher than F. I found th

Re: [The Java Posse] Is polyglot programming dead?

2012-01-22 Thread Moandji Ezana
On Sat, Jan 21, 2012 at 3:45 PM, Martijn Verburg wrote: > In London > we're seeing increased use of multiple languages on the JVM for a > single project, e.g. Java/Scala or Java/Clojure > How do things tend to be split between the two? Programmer preference, performance needs... ? Moandji --

[The Java Posse] Is polyglot programming dead?

2012-01-21 Thread Moandji Ezana
In 2006, when Neal Ford coined or popularised the term polyglot programming, it seemed to gain some popularity. However, in the past few years, the trend seems to have gone towards using as few languages as possible. In Java you could use GWT or Android on the client and Hibernate on the server a

Re: [The Java Posse] What if... Java Self-Updated Like Chrome

2012-01-12 Thread Moandji Ezana
On Thu, Jan 12, 2012 at 10:39 PM, Chris Koerner wrote: > What if Java self-updated on end users machines? I wish everything (or almost everything) self-updated like Chrome. Moandji -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post t

Re: [The Java Posse] Ceylon now available

2011-12-21 Thread Moandji Ezana
On Wed, Dec 21, 2011 at 10:58 AM, Mark Derricutt wrote: > How long til we see the hate posts saying how terrible it is, and why > don't we just use scala? That happened 10 minutes after Ceylon was "accidentally" unveiled how ever many months ago. Moandji -- You received this message because

Re: [The Java Posse] bob lee on android vs iOS UI perf

2011-12-13 Thread Moandji Ezana
Can anyone get a usable tablet-sized emulator? Whenever I try, it takes forever to start, is unusably slow and often loses the connection with DDMS. This happens even with device-specific AVDs provided by Motorola. Moandji On 11 Dec 2011 11:49, "Fabrizio Giudici" wrote: > On Sun, 11 Dec 2011 01

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

2011-12-01 Thread Moandji Ezana
Tempest in a teapot. I don't get these language debates that have the same tone as Android vs. iOS debates, each side trying to prove its superiority. Especially in a supposedly polyglot world, what's the point? Moandji On Thu, Dec 1, 2011 at 1:07 PM, Gabriel Claramunt < gabriel.claram...@gmail.c

Re: [The Java Posse] Coda Hale on Scala

2011-11-30 Thread Moandji Ezana
He put that email in context in a blog post: http://codahale.com/the-rest-of-the-story/ Moandji On Wed, Nov 30, 2011 at 5:05 PM, Simon Ochsenreither < simon.ochsenreit...@googlemail.com> wrote: > Hi, > > although I think many people are already tired of it, I just drop this > link to a text writ

Re: [The Java Posse] London, possibly city living in general.

2011-10-07 Thread Moandji Ezana
I very recently sort of did the opposite: I moved from Brussels to rural South Africa. A big move, but a) that's how I grew up and b) why not? What is there to lose, really? I've never lived in London, but a number of friends have. Everyone seems to get fed up with it at some point, and leaves. I

Re: [The Java Posse] Re: One Software Patent I'd Like To See Used

2011-10-07 Thread Moandji Ezana
On Fri, Oct 7, 2011 at 9:40 AM, vjosullivan wrote: > "Why does my phone switch on with a loud jingle and then say 'Quietly > Brilliant!'?" > I've often thought this myself. Especially when the phone has just spontaneously rebooted. Moandji -- You received this message because you are subscrib

Re: [The Java Posse] Advanced REST - and NO mention of media types?

2011-06-25 Thread Moandji Ezana
Herding Code #115 has a good discussion of REST. I do not know if there is enough discussion of media types to satisfy your needs. I remain skeptical of REST/HATEOAS eliminating the need for out-of-band documentation, though. Moandji On Sun, Jun 19, 2011 at 3:50 A

Re: [The Java Posse] Re: Compile time resource checking (like in Android) for J2SE Development

2011-06-23 Thread Moandji Ezana
On Thu, Jun 23, 2011 at 1:26 PM, Casper Bang wrote: > Because it's not very Java'sque to use code generation tools and an > official pluggable annotation processor only arrived with JSE6? > I guess with JPA 2's typed criteria queries, this kind of codegen is fairly well-accepted and, along with

Re: [The Java Posse] Re: Compile time resource checking (like in Android) for J2SE Development

2011-06-23 Thread Moandji Ezana
On Thu, Jun 23, 2011 at 12:21 PM, Reinier Zwitserloot wrote: > I doubt this would take you more than a single man-day of work, including > testing. It'd take me a bit longer than a day, but not that much longer. So why it hasn't been done already? For client-side applications at least, it makes

Re: [The Java Posse] Jax Innovation Awards 2011: And the Winners Are...

2011-06-23 Thread Moandji Ezana
It's nice to have an award that you can receive in shorts and sandals. Moandji On Thu, Jun 23, 2011 at 12:47 PM, Kevin Wright wrote: > http://jaxenter.com/jax-innovation-awards-2011-the-winners-are-36551.html > > > > *Most Innovative Java Technology - JRebel * > > They've done some amazing stuf

Re: [The Java Posse] Compile time resource checking (like in Android) for J2SE Development

2011-06-23 Thread Moandji Ezana
On Wed, Jun 22, 2011 at 9:37 PM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > I would prefer to avoid adding two lines for declaring two fields (even > though I agree that it's important to shrink code in the body of methods, > less important in field declarations). I'm with Sam and

Re: [The Java Posse] Re: Nokia goes Windows Mobile

2011-06-20 Thread Moandji Ezana
On Fri, Feb 11, 2011 at 10:50 PM, Chris Adamson wrote: > > Any idea how many people work on iOS or Android (I know the Android team > - > > Romain Guy and Chet Haase, at least - doesn't want to say). > > It's unlikely that either Apple or Google would disclose such numbers, > as it would be be use

Re: [The Java Posse] Re: Joe (and all), your thoughts on the Apple Announcements

2011-06-08 Thread Moandji Ezana
Is WWDC stuff no longer under NDA, or have people just honey-badgered it (ie. they don't care)? I didn't think you were allowed to do stuff like Engadget's hands-on . Moandji -- You received this message because you are subscribed

Re: [The Java Posse] Re: Joe (and all), your thoughts on the Apple Announcements

2011-06-08 Thread Moandji Ezana
On Wed, Jun 8, 2011 at 11:23 AM, Casper Bang wrote: > I just find it funny that, after 5 years of having been hammering on > the "Mac is not a PC" drum, the confusing headline now goes "PC Free". > So I guess we've come full circle, Mac is a PC again. lol > They use the term inconsistently throu

Re: [The Java Posse] Joe (and all), your thoughts on the Apple Announcements

2011-06-07 Thread Moandji Ezana
On Mon, Jun 6, 2011 at 11:14 PM, Chris Koerner wrote: > What did you think [Moandji]? Re: iCloud. I might be in the minority, but I generally prefer a native application (desktop or mobile) + cloud syncing to pure web apps. So iWorks's iCloud integration sounds cool. That's what Picasa does and

[The Java Posse] Is Google's software stack obsolete?

2011-06-07 Thread Moandji Ezana
http://rethrick.com/#waving-goodbye Apparently, Dhanji Prasanna (of Guice and Sitebricks fame) quit Google recently. An interesting passage from his retrospective blog post: > Here is something you've may have heard but never quite believed before: > Google's vaunted scalable software infrastruct

Re: [The Java Posse] Digest for javaposse@googlegroups.com - 19 Messages in 4 Topics

2011-06-02 Thread Moandji Ezana
2011/6/2 Cédric Beust ♔ > I am the first one surprised by this fact, to be honest, I just can't > believe how resilient Java is despite its old age. Are you surprised because you'd expected it to be replaced by something better or by something newer? Of the other top 20 languages in the Tiobe I

Re: [The Java Posse] Re: Docs for JavaFX 2.0 have PDFs :-) (Android, nudge, nudge)

2011-06-01 Thread Moandji Ezana
year. > > But 2.0 is a 2.0 product, even the EA builds worked pretty well and > were more functional than JavaFX 1.0 - 1.3. > > Its still only a small team to my understanding. > > On Jun 1, 7:07 pm, Moandji Ezana wrote: >> On the Java Spotlight Podcast >> #32<

Re: [The Java Posse] Re: Docs for JavaFX 2.0 have PDFs :-) (Android, nudge, nudge)

2011-06-01 Thread Moandji Ezana
On the Java Spotlight Podcast #32 , Nandini Ramani, the "Vice President of Development at Oracle in the Fusion Middleware Group" in charge of Java FX has a slightly different take. She says (around 16:30) that coming ou

Re: [The Java Posse] Re: Docs for JavaFX 2.0 have PDFs :-) (Android, nudge, nudge)

2011-05-29 Thread Moandji Ezana
It's currently only available for Windows, so those links wouldn't have anything to point to. Moandji -- www.moandjiezana.com Sent from my phone On 29 May 2011 10:12, "Neil Bartlett" wrote: > It's not just the source code... they also forgot the download links > for MacOS and Linux. > > Tsk! >

Re: [The Java Posse] JavaDoc due for an overhaul

2011-05-28 Thread Moandji Ezana
On Sun, May 29, 2011 at 12:41 AM, Stuart McCulloch wrote: > IIRC, Android actually uses DroidDoc: > > > http://android.git.kernel.org/?p=platform/build.git;a=tree;f=tools/droiddoc > > but doclava generates similar doc (and is also fully-Java - whereas > DroidDoc uses JNI to call Clearsilver) > I

Re: [The Java Posse] JavaDoc due for an overhaul

2011-05-28 Thread Moandji Ezana
On Sun, May 29, 2011 at 12:32 AM, Kevin Wright wrote: > Much better, though it's not "all" my requirements. > A cool feature you didn't mention that's found in Fantom's documentation are links to the source code of each method. > Most importantly though, it's not "by default"; that isn't the st

Re: [The Java Posse] JavaDoc due for an overhaul

2011-05-28 Thread Moandji Ezana
On Sat, May 28, 2011 at 3:25 AM, Kevin Wright wrote: > Not really, I'm thinking more along the lines of: > > - JavaScript-based searching > - full CSS layout > - Redesigned look and feel > - In-place expansion of a method definition when clicking on it to see more > detail > - All of the above by

Re: [The Java Posse] Docs for JavaFX 2.0 have PDFs :-) (Android, nudge, nudge)

2011-05-28 Thread Moandji Ezana
I assumed it was because it wasn't open source yet. Moandji -- www.moandjiezana.com Sent from my phone On 28 May 2011 10:44, "Kevin Wright" wrote: > Well... I wanted to be interested, but it seems they were in such a hurry to > get this thing out to the public that they just plain forgot to inc

Re: [The Java Posse] How Google handles the closed part of Android

2011-05-19 Thread Moandji Ezana
I think what Patel's great piece shows is that Google is a platform vendor and if you go against its core interests, it will retaliate. Google's core interests might be narrower than Apple's, but are just as aggressively defended. Moandji -- www.moandjiezana.com Sent from my phone On 19 May 2011

Re: [The Java Posse] Is Apple is winning the PC war?

2011-05-15 Thread Moandji Ezana
On Sat, May 14, 2011 at 8:06 PM, Kevin Wright wrote: > How do you define "PC" such that it includes iPads, but not iPhones? After > all, the only significant difference is screen size. > I'd say that when you're able to plug your phone into a screen, keyboard and mouse, it becomes a PC. You can

Re: [The Java Posse] Is Apple is winning the PC war?

2011-05-14 Thread Moandji Ezana
2011/5/14 Cédric Beust ♔ > iOS is selling in record numbers, MacOS sales are still extremely small I meant that they're selling more Macs than ever before, so Mac OS is breaking its own sales records. On Sat, May 14, 2011 at 2:03 AM, Moandji Ezana wrote: > > On Fri, May 13, 2

Re: [The Java Posse] Is Apple is winning the PC war?

2011-05-14 Thread Moandji Ezana
On Fri, May 13, 2011 at 5:44 PM, Kevin Wright wrote: > If you class tablets as PCs then you're already being flexible with your > definitions. Why is a tablet not a PC? Moandji -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to th

Re: [The Java Posse] Is Apple is winning the PC war?

2011-05-14 Thread Moandji Ezana
On Fri, May 13, 2011 at 5:17 PM, Kevin Wright wrote: > You also have to consider *which* market before you can quote share > figures. I don't see so many people running web server farms or HPC > clusters using Apple hardware. Or washing machine microcontrollers, or > dedicated SatNav systems, or

Re: [The Java Posse] Is Apple is winning the PC war?

2011-05-14 Thread Moandji Ezana
On Fri, May 13, 2011 at 2:23 PM, Josh Berry wrote: > I think it is the cognitive shift where I still view it as PC versus > Mac to a large extent. > In OS terms, you could also say: Mac OS is selling in record number, Windows 7 is selling in record numbers, so everybody's winning. :) Moandji -

Re: [The Java Posse] Radio Lab of Software - Java Posse #351 - Roundup '11 - The Future of Software

2011-05-13 Thread Moandji Ezana
The This Developer's LIfe podcast, by Rob Conery and Scott Hanselman is kind of like Radio Lab/This American Life. They tend to revolve around "human" topics and stories rather than technical ones, though. Moandji On Fri, May 13, 2011 at 1:08 PM, Thomas Jung < thomas.andreas.j...@googlemail.com>

Re: [The Java Posse] Is Apple is winning the PC war?

2011-05-13 Thread Moandji Ezana
On Fri, May 13, 2011 at 2:57 AM, Josh Berry wrote: > Chiming in to agree with Cédric. Though, I will say I think I have a > slightly different view. I will grant that Apple is likely doing > better in every way than any single PC maker. I wouldn't even be > shocked if they are competing on vol

[The Java Posse] Is Apple is winning the PC war?

2011-05-12 Thread Moandji Ezana
[Forked from "Scala 2.9 released, Akka 1.1 released; Scala Solutions and Scalable Solutions merge, new Typesafe company"] 2011/5/12 Cédric Beust ♔ > Second, Macs are nowhere near winning the PC war. They did see a small > uptick in sales thanks to the iPhone/iPad aura effect, but they are still

Re: [The Java Posse] Re: Scala 2.9 released, Akka 1.1 released; Scala Solutions and Scalable Solutions merge, new Typesafe company

2011-05-12 Thread Moandji Ezana
On Thu, May 12, 2011 at 8:12 PM, Josh Berry wrote: > Is there really ANY confusion when people use Betamax versus VHS as to > what argument is being made? The actual specifics don't matter. It > is one of those arguments people know to mean "technical superiority" > doesn't matter. If you were

Re: [The Java Posse] Re: Google I/O keynote

2011-05-11 Thread Moandji Ezana
On Wed, May 11, 2011 at 7:12 PM, phil swenson wrote: > Google is pitching Chrome OS right now on Google IO Live: > http://www.google.com/events/io/2011/index-live.html > The Web GL/music demo they showed before that was amazing. Moandji -- You received this message because you are subscribed t

Re: [The Java Posse] Re: Google I/O keynote

2011-05-11 Thread Moandji Ezana
2011/5/11 Fabrizio Giudici > if other manufacturers will follow in that direction, or whether some > "plain" netbook with Android will show up. I've already seen a netbook that had Android, here in Belgium. I think it dual-booted Windows. Can't remember if it was by Asus or someone else. Moand

Re: [The Java Posse] Re: Google I/O keynote

2011-05-10 Thread Moandji Ezana
I was very happy to hear about: - the 18 months upgrade guarantee (if the OEMs can figure out how to make it work: http://thisismynext.com/2011/05/10/google-promises-android-devices-updates-18-months/) - the accessory API - movies and music, though it all seems to be US-only. Hopefully that won't

Re: Vs: Re: [The Java Posse] Underscores on Variables

2011-05-03 Thread Moandji Ezana
On Tue, May 3, 2011 at 10:40 AM, Casper Bang wrote: > I used to use underscore in Java code, but got > converted and aligned over the years by the conservative Java > community. > I thought using the underscore was more conservative than not using it. In JavaScript, the underscore is often used

[The Java Posse] Re: Are cloud IDEs a good idea?

2011-04-15 Thread Moandji Ezana
Yet another one for HTML 5 by IBM: http://maqetta.org Like Orion, you can run it from your own server. I can't get its drag and drop to work, though... <http://maqetta.org/>Moandji On Mon, Mar 28, 2011 at 5:53 PM, Moandji Ezana wrote: > A lot are being announced, at the moment:

Re: [The Java Posse] Gavin King: A new language and SDK designed to replace Java in the enterprise

2011-04-13 Thread Moandji Ezana
On Wed, Apr 13, 2011 at 3:52 PM, Mark Volkmann wrote: > I think most Java developers go days on end without seeing any > XML. > I see XML fairly regularly in legacy Spring and Hibernate applications and Maven POMs. And if you're doing Android, you see XML all the time. But at least there it's wel

Re: [The Java Posse] Gavin King: A new language and SDK designed to replace Java in the enterprise

2011-04-13 Thread Moandji Ezana
Doesn't this look a lot like Fantom? Is JBoss/Red Hat a big enough company to successfully back a new language? Moandji On Wed, Apr 13, 2011 at 3:02 PM, Serge Boulay wrote: > Another language in the works. Let the Scala vs "Ceylon project" wars > begin. > > > http://devstonez.wordpress.com/2011

Re: [The Java Posse] Javascript assistance for java project

2011-04-11 Thread Moandji Ezana
You might be able to solve the dependency problems by concatenating all the dependency and application scripts into one or two files at build-time. You could then have a flag somewhere that says whether you want the production or development version. Also, it might be simpler to completely separat

Re: [The Java Posse] From Scala, back to Java

2011-04-05 Thread Moandji Ezana
It seems only fair to include the Guardian's experience of switching one of their services from Java to Scala: http://www.infoq.com/articles/guardian_scala It's an interesting report. Moandji On Mon, Mar 21, 2011 at 5:44 PM, ranjith wrote: > OK I d

Re: [The Java Posse] Re: Are cloud IDEs a good idea?

2011-04-05 Thread Moandji Ezana
On Tue, Apr 5, 2011 at 3:23 AM, Mark Derricutt wrote: > But the best one I've used I ran locally. You could run Eclipse Orion on a dev machine, but what would be the point? Moandji -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post t

Re: [The Java Posse] Feedback please... Flubber for Android - enhancements

2011-04-01 Thread Moandji Ezana
This sounds like the beginning of a Java Posse bingo/drinking game. This was funny, but a tiny note: the second line of the XML gives away that it's not real, as custom layouts need to use a fully-qualified name. Yes, I know that pointing that out is sad. Moandji On Fri, Apr 1, 2011 at 10:54 AM

Re: [The Java Posse] Re: Are cloud IDEs a good idea?

2011-03-31 Thread Moandji Ezana
y intriguing possibility of Eclipse Orion is the ability to run > > in mixed mode, with a subset of developers coding in Orion, while > > another subset codes in the traditional Eclipse desktop application. > > This isn't possible right now but it's on the roadmap. > &g

Re: [The Java Posse] Android Openness Withering

2011-03-31 Thread Moandji Ezana
http://www.businessweek.com/magazine/content/11_15/b4223041200216.htm This article seems more nuanced and better supported: "The bottom line: Despite grumblings, Google's Android mobile operating system is still open—it's just getting more heavily policed." Moandji On Fri, Mar 25, 2011 at 9:48

Re: [The Java Posse] Re: Android Openness Withering

2011-03-31 Thread Moandji Ezana
2011/3/30 Cédric Beust ♔ > The code is working as expected but when you are talking about API's > exposed in an entire operating system, it's not very hard for me to imagine > that there might be a lot of pieces that need to be refactored and > documented before I want to expose them to hundreds

Re: [The Java Posse] New feature of GAE

2011-03-31 Thread Moandji Ezana
On Thu, Mar 31, 2011 at 1:52 AM, Steven Herod wrote: > "Java > > Concurrent Requests: > It might be an early April Fool's. Although, considering the slowness of GAE, hopefully not. Moandji -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To

Re: [The Java Posse] Re: James Gosling goes to Google

2011-03-28 Thread Moandji Ezana
On Tue, Mar 29, 2011 at 12:56 AM, Chris Adamson wrote: > There are worse ways to use a genius. > Aren't there already enough geniuses working on Go? Moandji -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email t

Re: [The Java Posse] Are cloud IDEs a good idea?

2011-03-28 Thread Moandji Ezana
On Mon, Mar 28, 2011 at 6:04 PM, Jan Goyvaerts wrote: > Budget reasons ? > > I suppose you'll need a far less heavy computer compared to using the IDE > locally. > I've heard that Googlers code on Cr-48s, so maybe it's possible. Wouldn't that mean also offshoring your development database, serve

[The Java Posse] Are cloud IDEs a good idea?

2011-03-28 Thread Moandji Ezana
A lot are being announced, at the moment: Eclipse's Orion and OrionHub eXo's Cloud IDE Cloud9 IDE >From the user's side, not being able to work at all if the IDE provider service goes down seems like a big drawback. Th

Re: [The Java Posse] Re: James Gosling goes to Google

2011-03-28 Thread Moandji Ezana
On Mon, Mar 28, 2011 at 5:04 PM, Carl Jokl wrote: > I think it may just be that lot of people are trying to open this > entry at the same time. It is not just failing to find it, it is > trying to open the page but just hanging indefinitely. I read it on Google Reader. Here it is: "Through som

[The Java Posse] James Gosling goes to Google

2011-03-28 Thread Moandji Ezana
http://nighthacks.com/roller/jag/entry/next_step_on_the_road So I guess the t-shirts will be flying at Google I/O. Moandji -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to javaposse@googlegroups.com. To un

Re: [The Java Posse] Re: What's that javascript book the posse is always recommending?

2011-03-27 Thread Moandji Ezana
Ironically, The Definitive Guide is the only other JS book Crockford recommends. Moandji -- www.moandjiezana.com Sent from my phone On 28 Mar 2011 08:27, "Joe Sondow" wrote: > Here's one of the many reasons to start with JavaScript: The Good > Parts instead of JavaScript: The Definitive Guide >

Re: [The Java Posse] What's that javascript book the posse is always recommending?

2011-03-27 Thread Moandji Ezana
Javascript: the good parts by Douglas Crockford. It's short, opinionated and full of caustic humour. Moandji -- www.moandjiezana.com Sent from my phone On 28 Mar 2011 05:10, "Brian Leathem" wrote: -- You received this message because you are subscribed to the Google Groups "The Java Posse" g

Re: [The Java Posse] Re: Building tablet & phone apps: universal or separate?

2011-03-25 Thread Moandji Ezana
On Fri, Mar 25, 2011 at 2:44 PM, Casper Bang wrote: > We always have the issue of one > universal APK binary having to cater to multiple resolutions, > resulting in a hierarchy of resources where really only one path is > needed. > I wonder even more about the bloat. If I have assets for 4-5 dif

[The Java Posse] Building tablet & phone apps: universal or separate?

2011-03-25 Thread Moandji Ezana
I was wondering if anyone had experience or thoughts on whether it's best (from an ease of development point of view) to make separate tablet and phone versions of an app, or bundle them into a single universal app. I guess Honeycomb's Fragments API would suggest universality, but Google doesn't r

Re: [The Java Posse] Oracle releases Java mobile development framework

2011-03-15 Thread Moandji Ezana
The actual technical stuff is here: http://www.oracle.com/technetwork/developer-tools/adf/overview/adf-mobile-096323.html As you might have expected, it produces apps that are ugly by default (according to the demo video).

Re: [The Java Posse] Annotations and JDBC 4.0

2011-03-14 Thread Moandji Ezana
On Sun, Mar 13, 2011 at 10:08 PM, Mark Derricutt wrote: > Oh really? I'd never known they had existed until listening to this ep, > googled and found them and thought "wow - this looks AWESOME!", but they're > gone? That sucks. I had exactly the same experience. Then I looked at the JavaDoc a

Re: [The Java Posse] seeking recommendations for a mocking framework

2011-03-03 Thread Moandji Ezana
On Thu, Mar 3, 2011 at 12:16 PM, Miroslav Pokorny < miroslav.poko...@gmail.com> wrote: > Heres a crazy question, does the need for a mocking framework imply that > perhaps theres something wrong w/ your design ? Why cant you simply create > the necessary interface and assert the inputs and return

Re: [The Java Posse] Re: Is learning languages overrated?

2011-03-03 Thread Moandji Ezana
On Thu, Mar 3, 2011 at 4:44 AM, Miroslav Pokorny wrote: > One could continue to learn more and more languages for no particular > reason except for the learning experience. Sure you will see and become > aware of different ideas and approaches but after a while all that has > happened is time has

Re: [The Java Posse] seeking recommendations for a mocking framework

2011-03-02 Thread Moandji Ezana
On Wed, Mar 2, 2011 at 9:23 PM, B Smith-Mannschott wrote: > I've seen examples of > hamcrest matchers to record expectations in "modern" junit tests. How > much overlap is there between Hamcrest and a mocking library such as > Mockito? +1 to Mockito. JMock is its main rival, I guess, and was cre

Re: [The Java Posse] Re: Is learning languages overrated?

2011-03-02 Thread Moandji Ezana
On Wed, Mar 2, 2011 at 2:58 PM, Casper Bang wrote: > I suspect the reason why you raise the topic could be because the JVM > ecosystem is (or has been anyway) known to be fairly self-righteous > and if you are confined to, and contend within this bubble, surely it > makes more sense to invest you

[The Java Posse] Is learning languages overrated?

2011-03-02 Thread Moandji Ezana
In the past few years, there's been a lot of emphasis on learning programming languages, driven by the Pragmatic Programmer's "Learn a new language every year" maxim and the JVM language boom. It does have a lot of benefits, but I wonder if its importance hasn't been overestimated. Is there someth

Re: [The Java Posse] Re: Which database for Android?

2011-03-01 Thread Moandji Ezana
On Mon, Apr 19, 2010 at 11:07 AM, Fabrizio Giudici < fabrizio.giud...@tidalwave.it> wrote: > Still, if one would like to try a nosql solution? > It's been almost a year, but there's a CouchDB solution for you now: http://arandomurl.com/2011/02/13/developing-with-couchdb-on-android.html Moandji

Re: [The Java Posse] Re: Android Market in-app payments: just as bad?

2011-02-28 Thread Moandji Ezana
I still feel the main issue is that the line between fuctionality that can be sold outside the Market and functionality that can't is blurry. For example, I suppose the ad-free version of Angry Birds will be sold as a separate app. But what if they sold that functionality from their website, and a

[The Java Posse] Android Market in-app payments: just as bad?

2011-02-26 Thread Moandji Ezana
http://gigaom.com/2011/02/24/google-pulls-voicemail-app-in-possible-in-app-payment-move/ "In a move that could signal Google is taking a hard line on in-app payments similar to the way Apple has outlined new subscription rules, Google has pulled the popular Visual VoiceMail app from Android Market

Re: [The Java Posse] Re: Apple in-app subscription service

2011-02-22 Thread Moandji Ezana
On Tue, Feb 22, 2011 at 3:34 PM, Chess wrote: > Native vs Web will exist as long as there are devices with > programmable capabilities, and that will continue to occur probably > long after all of us have turned to dust. > Maybe, but the real question is: what incentive will Apple have to contin

Re: [The Java Posse] Re: Apple in-app subscription service

2011-02-22 Thread Moandji Ezana
http://blog.readability.com/2011/02/an-open-letter-to-apple/ "To be clear, we believe you have every right to push forward such a policy. In our view, it’s your hardware and your channel and you can put forth any policy you like. But to impose this course on any web service or web application that

[The Java Posse] Tips for job-hunting in South Africa?

2011-02-21 Thread Moandji Ezana
I'm very likely moving to South Africa in late summer, in Mtunzini, Kwazulu-Natal (130 km north of Durban), for at least a year. Does anyone have any tips about the best job websites or companies to work for? Sites where I can learn about typical South African employment practices/laws foreigners

Re: [The Java Posse] Re: android's developer problem

2011-02-19 Thread Moandji Ezana
On Sat, Feb 19, 2011 at 4:02 PM, phil swenson wrote: > The reason people buy so much stuff off the apple app store is it's easy, > intuitive, low friction. How is buying from the Android Market hard? You don't even have to type in your password. Moandji -- You received this message because yo

  1   2   3   4   >