226 Results for:JAR

  • Sort by: 

Top 7 Java platform takeaways from JavaOne 2015

By Jason Tee 02 Nov 2015

What were the big takeaways from JavaOne 2015 with regards to the Java platform? Here we take a look at seven key insights garnered from this year's JavaOne and Oracle Open World conferences. Read More

Stop adding web UI frameworks like JSR-371 to the Java EE spec

By Cameron McKenzie 30 Mar 2017

Java EE's Servlet and JSP API provide a fine foundation for handling a web-based request-response cycle. Adding UI frameworks like JSR-371 to the spec only causes problems. Read More

Spring sucks? Refuting the case against Spring

11 Jan 2013

Because some old school J2EE types think Spring sucks, Ken Rimple takes some time to refute common complaints about Spring. Read More

Step-by-step RESTful web service example in Java using Eclipse and TomEE Plus

By Cameron McKenzie 01 Jan 2019

In this easy-to-follow JAX-RS tutorial, we provide a RESTful web service example in Java using Eclipse and TomEE Plus, where we go from development to testing in less than 15 minutes. Read More

Taking stock of the cloud storage market

By Rich Castagna 03 Aug 2015

Rich Castagna takes a closer look at the impact of cloud storage, what's preventing more widespread adoption, and the potential of the technology. Read More

Adding MVEL to the Java Developers Toolkit

07 Nov 2011

By now you should be thoroughly convinced that as a Java developer you cannot afford to leave MVEL out of your toolbox, and that it fills a unique gap between complete programming environments like Groovy and Scala... Read More

IPsoft’s digital worker is part of a shift in human productivity

By Karl Flinders 15 Jun 2018

IPsoft used its annual user summit to allow customers to update themselves on the career of its cognitive digital agent Amelia Read More

Two most commonly misconfigured Tomcat performance settings

By Cameron McKenzie 05 May 2013

Tomcat on the server is different from Tomcat on the desktop, but too many system admins fail to optimize their production servers for performance. Read More

Monitor your Web applications using JMX and Spring

24 Jun 2014

Learn how to use JMX and Spring to monitor new Web application projects. Read More

Spring Loaded Observer Pattern

01 Sep 2005

This article describes an easy process of implementing the observer pattern in the Spring framework (Spring Core). Also discussed in this article are a few of the Spring Core classes as well as an easy way to start... Read More