6.5 million software developers and still going strong

Java Developer Magazine

Subscribe to Java Developer Magazine: eMailAlertsEmail Alerts newslettersWeekly Newsletters
Get Java Developer Magazine: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories

Hivext Technologies has announced free beta availability of Jelastic, which runs any Java application in the cloud without code changes. Java applications can be uploaded in minutes without changes to code or programming language and with no need to write for specific APIs (application programming interfaces). Application developers can choose which stack components they want and need, and their application will run and can scale easily on the Jelastic platform. In addition, the company announced its first hosting partners – ServInt, in the U.S., and Host Europe, for Europe – that will offer Jelastic to Java developers. “Application developers can leverage existing Java skills on the Jelastic platform, which is the world’s first cloud platform to host and auto-scale any Java application," said Ruslan Synytsky, CEO, Hivext Technologies. “Our mission is very simple: ... (more)

Architecture Evaluation Framework for ORM Technologies

Object Relational Technologies form the backbone of most of the enterprise Java applications. Choosing the appropriate technology however is one of the most important decisions for an enterprise architect. More often than not, such a decision is either a hit or miss. Mistakes done in selecting the appropriate technology results in performance bottlenecks, lack of scalability, unreliable transaction handling etc. More than the problem with the specific ORM technology, it's the suitability of that technology to the underlying business needs and non-functional requirements. This ar... (more)

Java, A Beginner's Guide, 5th Edition

Let’s first set the context of my normal skillset. I am a .NET Software Architect and Developer. I have been 100% in the .NET world since 2001 (with a very little sprinkling of VB6). I recently decided to expand my skillset into the Java and iOS world. This is the first book on my long journey into the world of Java. I think this book is great for the person who is new to Java and new to programming. Although the book does not use an IDE to create, compile, and run the programs, that does not take away from the book's learning quality. I used both the SDK command lines and the Inte... (more)

Twelve Essential Skills for Software Architects

The two things I like least about being a software architect is doing documentation and exercising social soft skills. On a lot of projects there comes a time when there is nothing I want to do more than explain to a business user why they are wrong. Dead wrong. We all know that does not fair well with the egos most business users have, and does not fair well with your potential future on the given project. This book contains will show you how to use different skills to help you graciously handle the harder conversations. This book is broken into three sections which cover, relat... (more)

Book Review: Java The Complete Reference, 8th Edition

This is a great place to start learning Java. I think the book is good for beginners to start learning Java, as well as great reference for those experienced with Java. The book does not use an IDE to create, compile, and run the programs. It uses javac and java commands to compile and run. I used both the SDK command lines and the IntelliJ IDEA Community Edition to compile and run the programs. Both worked fine, but I also have an interest in learning to use IntelliJ IDEA. The book covers the Java language, the Java Library, Software Development with Java Beans, Swing, Servlets,... (more)