J2EE News
x += x++ * x++ * x++; Really? Just a little mock OCAJP exam question to get you thinking. x += x++ * x++ * x++; Now that's a little annoying. You'd shoot a developer who worked that into a program, but it's they type of thing you'd see on a certification exam. Maybe it's a little too difficult for the OCAJP, the Associate exam from Oracle, but it's probably pretty good fodder for the new OCPJP exam for Java 7.
 
TheServerSide Java Symposium hits the road and the Web in 2012 This year, TheServerSide Java Symposium -- North America's longest-running, vendor-neutral Java conference -- is being reinvented to make it accessible to more Java professionals. So, get ready for the new format’s first outing on April 10, and set your GPS for San Francisco.
 
Tiggzi: Cloud-based HTML5 And Hybrid Mobile App Builder Is Now Free! Tiggzi is cloud-based mobile app builder. It makes it super easy and fast to build HTML5 and hybrid (with PhoneGap) mobile apps entirely in the cloud. With a new Free plan, anyone can now build a mobile app.
 
Spring 3, Spring Web Services 2 & LDAP Security Creating and securing a Spring 3 , Spring WS 2 web service using multiple XSDs and LDAP security.
 
Apache JMeter 2.6 released Apache JMeter, the Open Source Load Test tool reference, which recently became a Top Level Apache project has released a new version 2.6
 
Do you need to monitor your Mobile App? Mobile applications are more and more becoming part of a company’s online services. This leads to the question whether we need to monitor like other parts of our IT infrastructure. As they are part of our shipped application services we need to ensure they are working properly. However, not every application must be monitored the same way. Additionally monitoring always comes at a certain cost. We need people to take care of the monitoring, we have to prepare our applications to be ready for monitoring and we potentially also have to buy or at least integrate new monitoring tools. So is it worth the investment?
 
Vowels don't cost $500: Pontificating on Java variable naming Every variable you declare in Java must be associated with a type, and it must also be given a unique name. When naming your variables, put a little bit of thought into it and name them well. Well thought out variable names make Java programs both easier to read and easier to maintain. Good names can even make Java programming fun.
 
Hibernate Query Cache in Action One of the common problems of people that start using Hibernate is performance, if you don't have much experience in Hibernate you will find how quickly your application becomes slow. If you enable sql traces, you would see how many queries are sent to database that can be avoided with little Hibernate knowledge. In current post I am going to explain how to use Hibernate Query Cache to avoid amount of traffic between your application and database.
 
"Java Sucks" revisited Is Java well-matured over the past 10 years? Read what a C developer thought about Java 10 years ago and compare it with how things are today!
 
Using the Tomcat 7 JDBC Connection Pool in Production Using the Tomcat 7 JDBC Connection Pool in Production
 
About the Performance of Map Reduce Jobs Most tutorials and blogs around map/reduce performance talk about the various hadoop options. Instead I want to look directly at the source of the problem, the performance of the map/reduce job itself and how the framework impacts it. When you know what happens underneath, you can improve the job performance a lot with less hardware.
 
Thymeleaf Spring-MVC Maven Archetype 1.0.0 Released This week I have released first version of Thymeleaf-Spring Maven Archetype. Thymeleaf Spring-MVC Maven Archetype aims to create a web application that uses Thymeleaf template engine and Spring Framework. The main goal of Thymeleaf is to provide an elegant and well-formed way of creating HTML 5 templates.
 
Java is dead? 9 million devs disagree Java is dead? 9 million and one devs disagree
 
GWT - Pros and Cons This article discusses the advantages and disadvantages of GWT
 
ZK with Non-relational Database mongoDB A series of articles that guides you through the development of a non-relational database driven ZK application using mongoDO Java Driver, Morphia and Spring Data.
 
All brand names,logos and trademarks in this site are property of their respective owners.
|