O futuro para estudantes de TI é promissor

Matéria publicada pela InfoQ em inglês, e também pela InfoQ Br, fala sobre o aquecimento na area engenharia de software.

The Market For Computing Careers

Computer Software Engineer

America’s Best Careers 2010: Science and Technology

Kleber Rodrigo de carvalho

The Future of Java Innovation

Keynote: The Future of Java Innovation Presented by Rod Johnson.

Rod is one of the world’s leading authorities on Java and J2EE development. He is a best-selling author, experienced consultant, and open source developer, as well as a popular conference speaker. Rod is the founder of the Spring Framework, which began from code published with Expert One-on-One J2EE Design and Development. Along with Juergen Hoeller, he continues to lead the development of Spring.

Kleber Rodrigo de Carvalho

What will Oracle’s Planned Acquisition of Sun Mean for Java

Whilst Sun Microsystems and Oracle are hailing Oracle’s purchase of Sun as a huge boost for Java many in the community are not so sure, wondering what kind of control Oracle will seek to exert over the platform. Continue reading it here.

Kleber Rodrigo de Carvalho

Presentation: REST: A Pragmatic Introduction to the Web’s Architecture

In this presentation recorded during QCon London 2008, Stefan Tilkov introduces the audience to REST seen as an architectural style. He thinks that REST is not an alternative to SOA but it can serve SOA to reach its goals. Stefan also covers other related topics: HTTP, WS-*, SOAP, CORBA, RPC, enterprise, in an attempt to make the listeners understand what REST is and what is not and how it helps.

Watch: REST: A Pragmatic Introduction to the Web’s Architecture (1h)

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

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

Paradigm based Polyglot Programming

Are you Polyglot Programmer ?
You can be Polyglot Programmer even so you have understanding just Java world.

How many languages are you using on the same project? If you go counting you will see that they are many. I mean XML, Java, XSLT, HTML, CSS… etc. But the reason why you are using almost all of them is that they happen to be mainstream and, oftentimes, they are the only language choice for a needed framework. You are actually almost obliged to use them. The choice is done for you. Style? CSS. Configuration? Often XML. Web interface description? Html. However, if you want to adopt true polyglot programming, you will have to face inevitable decision of language choice.

Read the full Article: Paradigm based Polyglot Programming