webdu 2012: web developer conference

Show all feed information | Ping Blog Update

Java EE 6 Example Projects For Eclipse and Maven Users 3 weeks ago

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 …

Replace Spring 3.1 JDBC Framework's Deprecated Classes 3 months ago

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 …

Struts 2, JQuery Mobile, and Mobile Web Application … 4 months ago

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 …

Android App Development - Using The ActionBar Widget 4 months ago

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 …

Struts Developers - Upgrade To Version 2.2.3.1 8 months ago

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/ ) …

Blackboard Learn 9.1 Service Pack 6 Includes Fix For User … 9 months ago

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

Using Enum Types In Struts 2 11 months ago

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 9.1 Web Services Tutorials and … 11 months ago

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

Using Spring Data JPA To Reduce Data Access Coding last year

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

Spring 3.1 Cache Implementation With Cacheable and … last year

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