Visit the javapronews Directory
Blogs
Blogger, Blogosphere, Web 2.0...
Design Agencies
Professional, Design, Job...
Education
Communicate, Help, Learn...
Forums
Search, Learn, Communicate...
Java Developers
Skills, Build, Distribute...
Java Tutorials
books, help, Learning...
Javascript Tutorials
Help, Learn, Read...
News
Technology, Business, Web...

Submit your site for FREE
May 8th, 2007

Sun Microsystems today is announcing JavaFX which will take on Adobe’s Flex/Flash/Apollo and Microsoft’s Silverlight in the battle for rich internet applications developers.

Since Adobe has a position of strength with designers and Microsoft has a position of strength with desktop application developers, what’s Sun’s position of strength? Easy: mobile.

Remember the cool cell phone speech to text app that I saw a couple of weeks ago? Written on Java. Or, how about Radar.net? Java. And there are plenty of other examples of really great Java apps on cell phones too.

Will this convince Steve Jobs to include JavaFX on the iPhone? That’s the $64,000 question, isn’t it?

Speaking of which it’s time to go see Jonathan Schwartz again. Interesting how his blog post about today’s announcements includes something that looks a lot like an iPhone, huh?

Read the rest of this entry »

April 24th, 2007

Before I get started, Red Hat/JBoss have the right & duty to their investors to grow revenue & profits as they see fit. I am certain that a good deal of thinking went into making this decision, especially to consider the customer impact.

Read the rest of this entry »

March 27th, 2007

Sun Microsystems offers many certifications starting from programmer level to architect level. SCEA (Sun Certified Enterprise Architect) certification is designed for enterprise architects responsible for building high scale enterprise applications or who wish to be prospective architects.

The certification exam tests candidate’s architectural knowledge in and out. A Software Architect is the technical boss of software systems and he should act like a software doctor to resolve the issues. A basic difference between a developer and an architect is the way they design the application. Developers may not think about the scalability, maintainability, performance, etc for the long run, but an architect always foresees the application’s future expectations about performance, scalability, etc.

What are the qualifications required to become a J2EE Architect?

I would say he/she should be a Sun Certified J2EE Architect. Because it comprises of all the necessary qualification required for a Technical Architect required for J2EE assignment. I love the way the SCEA Part 2 and Part 3 designed.

The following are the interesting topics that SCEA Exam covers:
Read the rest of this entry »

March 13th, 2007

I purposely didn’t write about the Exadel partnership when it was announced as I wanted to get some more details on it.

Read the rest of this entry »

February 12th, 2007

ColdFusion 7 appears to be much better at passing null values to a java object.

ColdFusion 6 however likes to block you from doing it, even when you want to.

I am tring to work with a java API that requires me to pass a null value to a method.

Since CFMX 6 has no way of creating a null value I though I would use the Java API to concoct one.

So I did something like this:
Read the rest of this entry »