Show all feed information | Ping Blog Update
Introduction As a long-time Java programmer who uses Eclipse as my IDE, Maven as my build tool, and Spring libraries I've been looking for a comfortable way to learn Java EE 6. Most of the Oracle tutorials and book examples use NetBeans and GlassFish and really just show you how to use …
Introduction The Spring JDBC framework is used in Java applications instead of traditional JDBC to overcome several JDBC limitations. With the release of Spring 3.1, several classes used in the Spring JDBC framework are deprecated. I updated my Spring JDBC example application to use …
Introduction Developing a web application for browsers on hand-held devices requires significant changes to how the view pages are rendered. JQuery
Mobile provides very good support for creating web pages and widgets that work well across a number of hand-held platforms.
Struts 2 , a …
Introduction I'm starting down the long journey of learning how to develop applications for Android devices. Since I've been developing Java applications for several years and am very familiar with Eclipse, Android app development seemed to be the best fit. I've targeted my learning on …
On September 7, 2011, the Struts development team released version 2.2.3.1 for general availability. This version fixes a nasty security vulnerability and "all developers are strongly encouraged to update existing Struts 2 applications to Struts 2.2.3.1." ( http://struts.apache.org/ ) …
We are now testing our use of Blackboard Learn 9.1 web services in Service Pack 6. Previously, up to Service Pack 5, we were not able to use Blackboard's User web service to
update an existing Blackboard user's data. The same tests that were failing for updating an existing Blackboard …
keywords java, web service
Introduction It is sometimes useful to use an enum type as a field in a model class or as a field in a Struts 2 ActionSupport class. This article discusses how to use enumerations with the Struts 2 framework and provides a complete
example application to demonstrate the use of …
keywords example application, java, model class
Blackboard Learn provides extensive web services that external applications may use to get information from and add information to Blackboard. The below links can be used to learn about Blackboard Learn 9.1 web services and to download Java applications that demonstrate how to use the …
keywords blackboard, eclipse, example applications, external applications, java, java application, java applications, java example, java ide, readme
Introduction On March 24, 2011, springsource released milestone 2 of the Spring Data JPA library. Per the Spring Data project website ,
Spring Data JPA: Simplifies the development of creating a JPA-based data access layer and provides 'cross-store' persistence functionality for JPA …
keywords data access, functionality, java, jpa, maven, milestone, persistence, target, web application
Introduction One of the new features in Spring 3.1 is cache abstraction that allows developers to easily cache method results.
With the release of Spring 3.1.0 milestone 1, developers can try this new feature out. This blog article provides
a simple Maven Java project that demonstrates …
keywords abstraction, annotations, developers, implementation, java, java project, maven, milestone, new feature, new features