Oracle to put Java at its heart

Boy, it sure was polite of Sun and Oracle to wait until the day I got back from my vacation to announce their merger, wasn’t it? I fulminated gloomily about this possibility before I left, but now that I’ve spent a day absorbing the news, I’m … slightly less gloomy. Continue reading it here.

Kleber Rodrigo de Carvalho

Oracle/Sun: The end of Java as we know it?

A community weighs the pros and cons of Oracle’s new claim on Java.

While Oracle and Sun Microsystems are hailing Oracle’s purchase of Sun as a big boost for Java, others are not so sure. Some with stake in the Java ecosystem are questioning what kind of control Oracle might try to exercise over the popular software development platform, which has driven enterprise applications since its debut in 1995. Observers also expect Oracle to make a go of trying to make more money off of Java than Sun ever could. Continue reading it here.

Kleber Rodrigo de Carvalho

Oracle’s Sun buy: Ellison praises Solaris, Java

Oracle CEO cites Java, Solaris as key components of acquisition.

Oracle may have decided to buy Sun Microsystems because it was worth far more to the database market leader than it was to IBM. It’s not a question of the price — at $7.4 billion, Oracle didn’t agree to pay much more than what IBM reportedly was considering. But Oracle may have more use for Sun’s technology than IBM ever did. Continue reading it here.

Kleber Rodrigo de Carvalho

Getting started with Java EE and Websphere AS

If you need learning JEE ( Java Enterprise Edition) formerly J2EE with Wesphere Aplication Server, I really recommend the sources below:

Redbook – Experience Java EE! Using WebSphere Application Server Community Edition 2.1
This redbook is a hands-on guide to developing a comprehensive Java™ EE application
using WebSphere® Application Server Community Edition v2.1 (WASCE).
I recommend it who is interesting in developing JEE aplication.
It’s important to know that WebSphere® Application Server Community Edition v2.1 (WASCE) is basead on Apache Geronimo AS.

Redbook – WebSphere Application Server Community Edition 2.0 User Guide
This redbook takes you through the basics of using WebSphere® Application Server Community Edition V2 to run applications.
I recommend it who is interesting in administration of JEE aplication

Redpaper – WebSphere Application Server V7.0: Technical Overview
This redpaper is discussion centers on the runtime server component of WebSphere Application Server.
I recommend it who is interesting in administring JEE aplication, SysAdmin who is interesting in to know the new WAS v.7.

Redbook – WebSphere Application Server V7: Concepts, Planning and Design
This redbook discusses the concepts, planning, and design of WebSphere® Application
Server V7.0 environments. This book is aimed at IT architects and
consultants who want more information for the planning and designing of
application-serving environments, ranging from small to large, and
complex implementations.

IBM Education Assistant – Introduction to WebSphere Application Server V7
This presentation will provide a high-level of WebSphere Application Server V7.

If you wanna add some sources useful to us, leave a comment, please.

Regards,

Kleber Rodrigo de Carvalho

Java and e-commerce

I was looking for an e-commerce solutions based on Java.

First all I searched on google and I found the article on TechNewsWorld regarding Is E-Commerce Ready for Open Source?.

After that I read about KonaKart: Free Java-based online shopping cart on InfoQ. Thefore so far, KonaKart looks like the best e-commerce solution using java platform or the only one.

If you know any other open source Java solution for e-commerce, leave a comment here.

I will be testing KonaKart soon and I’ll sharing my experience here.

Thanks

Kleber Rodrigo de Carvalho

What’s new in the GNU Compiler

In the last few years, the GNU Compiler Collection (GCC) has undergone a major transition from GCC version 3 to version 4. With GCC 4 comes a new optimization framework (and new intermediate code representation), new target and language support, and a variety of new attributes and options. Get to know the major new features and their benefits.

GCC is the cornerstone of development in both the open source and closed source worlds. It’s the enabler of architectures and operating systems. When a new processor appears, its success depends on a version of GCC that will support it (a back end that can generate code for it). GCC is also the enabler of Linux®. Linux as an operating system is widely successful because it is run on so many different architectures. Once again, a port of GCC to the target environment enables Linux to be ported and run on it. Without trying to put too fine a point on it, GCC paves the way for Linux and embedded development.

But GCC can’t just sit still. New processor architectures continue to appear, and new research finds better ways to optimize and generate code. So GCC moves forward and has now matured into its fourth major release. This article explores the fundamental changes in GCC version 4 to show you why—if you haven’t switched yet—the time has come to use the compiler standard.

You can read the complete article at developerWorks.

Kleber Rodrigo de Carvalho

Ted Neward on Present and Past Languages


In this interview filmed during QCon London 2008, Ted Neward, author of “Effective Enterprise Java”, talks about languages, statical, dynamical, objectual or functional. He dives into Java, C#, C++, Haskell, Scala, VB, and Lisp, to name some of them, comparing the benefits and disadvantages of using one or another.

Ted Neward has been using C++ since 1991, Java since 1997, and .NET since 2000. He is a .NET instructor with PluralSight, teaches Java independently, speaks at conferences worldwide in both the Java and .NET communities, writes for MSDN, InfoQ and TheServerSide, authored the books C# In a Nutshell, SSCLI Essentials and Effective Enterprise Java, among others

Kleber Rodrigo de Carvalho

WebSphere Application Server V7 Available

The newest version of WebSphere Application Server, version 7.0, is now available.

WAS 7 is certified for Java EE 5, including EJB 3.0 and JAX-WS 2.1, and is built on Java SE V6.

For more information:

Thank you Bobby Woolf