[The Java Posse] Re: The Top 3 Java based web frameworks

2009-09-30 Thread Massimo
I'd add one more vote for Stripes + client-side JavaScript library.. Stripes really doesn't do much. It's just a razor thin MVC layer. I don't use the Stripes tag libs. You have to choose another template library (JSP or Freemarker). It doesn't offer any integrated full- stack persistence or data

[The Java Posse] Re: No commercial motivation to make Java 'better'

2009-09-30 Thread Massimo
The OP is right that Microsoft puts more resources into their development infrastructure. I don't believe that they are better, but we don't need to open that can of worms right now. I also agree with the OP that this is because of money motivation. Look at Microsoft's financial statement. Dev to

[The Java Posse] Re: iPhone gets .Net app development

2009-09-14 Thread Massimo
> Well, it seems you didn't understand the point. The discussion is about > _directly_ compiling Java into native code, I thought that this discussion was about C#/Java iPhone development, specifically by way of Objective-C cross compilers... I actually thought, "Hmm... maybe he is referring to

[The Java Posse] Re: iPhone gets .Net app development

2009-09-14 Thread Massimo
>I find rather annoying this kind of reply. :-) Especially people like >me, who hasn't got a deep knowledge of C#, would like to have some >proofing points: "you're wrong BECAUSE ...". ok... >"I said that C# was designed to always be compiled, Java was not." This is simply wrong BECAUSE Java is

[The Java Posse] Re: iPhone gets .Net app development

2009-09-14 Thread Massimo
"but this bridge actually means one could develop applications on Linux and Windows: http://monotouch.net/Tutorials/MonoDevelop_HelloWorld"; It says right on their site that it requires a Mac and the Apple iPhone SDK (which is Mac only) "C# was designed to always be compiled, Java was not." Wow

[The Java Posse] Re: 278 Feedback

2009-09-14 Thread Massimo
Yes, with Silverlight, it's very easy to change languages on the code- behind, but honestly that's a superficial change. All your GUI layout code is still .xaml, the Silverlight APIs are all the same, your IDE, and dev stack is the same. VB is effectively a dialect of C#. I do remember a few Silv

[The Java Posse] Re: 278 Feedback

2009-09-13 Thread Massimo
JavaFX wishlist (from a .NET/Java programmer perspective): #1: Stability. Better handling of unresponsive apps. Even just exploring the official samples, I get some crashes, hangs, and minute+ loading times. #2: As a basic barometer of quality/stability, I'd like to see a JavaFX-based YouTube-st

[The Java Posse] Re: OLAP stack for Java

2009-07-20 Thread Massimo
IMO, Weka is more of a research or exploratory workbench tool like R or MiniTab or Stata, rather than something used to build a production data store and reporting system. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[The Java Posse] Re: Mono vs Java on Linux Desktop

2009-07-20 Thread Massimo
On Jul 19, 8:30 pm, Steve wrote: > I'm not aware of a single java desktop app that is not developer > focused that would be considered mainstream on linux. However as you > point out below, Mono has several that would be considered best of > breed in their domain. I'd agree with the first statem

[The Java Posse] Re: JavaFX and OpenOffice

2009-07-20 Thread Massimo
I hate to say it, but OpenOffice is a mess. Even on 3.1, it still crashes during routine use, it's got long start-up times, the interface is sluggish and non-responsive, the GUI design is clunky, and the plug-in development is really complicated. ThinkFree office suite is written in Java, and tha

[The Java Posse] Re: OLAP stack for Java

2009-07-18 Thread Massimo
I've been doing a ton of work with Microsoft's OLAP tech for these past few years (Analysis Services, OLAP cubes, Excel pivot tables, etc...), and I've spent a lot of time looking for an alternative... In terms of tools that you can download and evaluate right away, the big one is Pentaho/Mondri

[The Java Posse] Re: JSF (Java Server Faces)

2009-07-10 Thread Massimo
Compare JSF to JavaFX. At version 1.0, both products had both great ideas and some major flaws and omissions. The difference is what happened after 1.0. The JavaFX team clearly knew exactly what was wrong with 1.0 and knew exactly what to do. A mere six months later, they shipped 1.2 and the list

[The Java Posse] Re: Java Properties

2009-07-02 Thread Massimo
Oh yes, if your class is part of a public API, then you can't just switch between fields and getters/setters. You pick one approach and have to stick with that to preserve compatibility. For this case, proper language support would be beneficial. However, the majority of code being written is par

[The Java Posse] Re: What would make you switch to a new language?

2009-07-01 Thread Massimo
On second thought, I was wrong: parallelism is a big obstacle in the same vein as C++ memory management. First, almost any GUI application will completely lock up during a networking related stall or hiccup, when perfect use of parallelism could handle this more gracefully. And this isn't just am

[The Java Posse] Re: What would make you switch to a new language?

2009-07-01 Thread Massimo
Could you explain this? Concurrency is one of the more simple, academic issues on the larger business projects that I've been involved with. The biggest problems that I've seen in Java development have been very non-academic issues related to managing large projects with lots of different code a

[The Java Posse] Re: On the Agile Staffing episode

2009-06-22 Thread Massimo
That's such an obnoxious expression. Who is or is not an "asshole" is completely subjective. I'm sure a lot of those people you've labeled as "assholes" are equally justified in feeling the same way about you. That's not even a respectful or mature way to terminate an employee. --~--~-~--

[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: #230: JavaFX vs. Flash/Flex/Silverlight

2009-02-22 Thread Massimo
I (and probably most people on this forum) would generally agree with everything you said. Flash/Flex is generally a more mature platform for most web RIA projects. Personally, I'm really excited about JavaFX, I love the concise and elegant syntax, but I don't think there is any game changing rea