/ June 2012 ~ Java EE Support Patterns

6.20.2012

Top 10 Java EE performance problems

Performance problems are one of the biggest challenges to expect when designing and implementing Java EE related technologies. Some of these common problems can be faced when implementing either lightweight or large IT environments; which typically include several distributed systems from Web portals & ordering applications to enterprise service bus (ESB), data warehouse and legacy Mainframe storage systems. It is very important for IT architects and Java EE developers to understand their client environments and ensure that the proposed solutions will not only meet their growing business needs but also ensure a long term scalable & reliable...

6.15.2012

java.lang.NoClassDefFoundError: How to resolve – Part 2

This article is part 2 of our java.lang.NoClassDefFoundError troubleshooting series. It will focus on the more simple type of NoClassDefFoundError problem. This article is ideal for Java beginners and I highly recommend that you compile, run and study the sample Java program. If not done already, I suggest that you first review the java.lang.NoClassDefFoundError - Part 1. The following writing format will be used going forward and will provide you with: -        Description of the problem case and type of NoClassDefFoundError. -        Sample Java program “simulating”...

Page 1 of 3212345Next