Fullasagoog

Show all feed information | Ping Blog Update

Struts 2 Conventions and Annotations Tutorial and Example 2 years ago

I added to the Struts 2 documentation a tutorial and example application showing how to use Struts 2 conventions and annotations to replace using an XML file to configure a Struts 2 web application. The Struts 2 convention plugin provides a standard way of naming your Action classes, …
keywords example application, java, naming conventions, urls, web application, xml file

Struts 2, Spring 3, and Hibernate 3 Example Application 2 years ago

I updated the previous example application I created to demonstrate how to use Struts 2, Spring, and Hibernate together in a web application. The example was updated in October 2010 to use the current versions of Struts 2 (2.2.1) and Spring (3.0.5). The application was also changed to …
keywords example application, java, memory, new spring, web application

Struts 2 Spring Plugin - Excluding Its Transitive Dependencies To Use A Newer Version Of Spring 2 years ago

Introduction When using the Struts 2 Spring plugin in your application and using Maven to manage your dependencies, Maven will include the plugin's transitive dependencies. The Struts 2 Spring plugin (version 2.2.1) has transitive dependencies on several Spring jar files, version 2.5.6 …
keywords artifacts, current version, jar files, java, maven, plugin version

Struts 2 How To Customize The Theme That Controls How A Struts 2 Tag Is Displayed In The Browser 2 years ago

Introduction I was working on a project where I needed to change how the Struts 2 checkboxlist tag was rendered. Struts 2 includes several themes (simple, xhtml, css_xhtml that determine how each Struts 2 user interface tag is rendered in the browser. From reading several references …
keywords java, user interface

Using Blackboard Learn 9 Web Services - Part 4 Getting, Creating, Updating, Deleting Users 2 years ago

Introduction Blackboard Learn 9.1 provides a User web service that you can use to get information about one or more Blackboard users, create one or more new users in your Blackboard system, and delete existing users. Currently there is a bug in the User web service that prevents using …
keywords existing users, java, web service

Using Blackboard Learn 9 Web Services - Part 3 Generating And Using Web Service Client Classes 2 years ago

Introduction This tutorial will describe how to use Axis2--a Java framework for generating web service client classes--and the WSDL files provided by the Blackboard web services to create Java client classes that an application may use to interact with the Blackboard web services. If …
keywords apache, java, java classes, java client, java framework, web service, wsdl

Using Blackboard Learn 9 Web Services - Part 2 Learning About The Web Service Classes And Methods 2 years ago

Introduction Blackboard Learn 9.1 provides many different web service classes and those class have numerous methods that you can use to get data out of the Blackboard system and to update/add to data in the Blackboard system. To effectively use the web service classes you must review …
keywords client application, java, nbsp, web service

Using Blackboard Learn 9 Web Services - Part 1 Logging In Using A Proxy Tool 2 years ago

Introduction With release 9 of the Blackboard Learn system, developers have a new way to get data out of Blackboard for use in external applications. Blackboard now provides extensive SOAP web services that can be called from applications running outside the Blackboard platform. These …
keywords blackboard, external applications, java, soap web services

New Struts 2 Tutorials and Examples Available 3 years ago

Introduction In 2010, I began creating example applications and tutorials for the Apache Struts 2 project. My goal is to provide a series of tutorials and examples that a Java developer new to Struts 2 may use to learn about the Struts 2 framework. [More]
keywords apache, example applications, java, java developer

Struts 2 - Using Message Resource Files To Display Text and Enable Internationalization 3 years ago

Introduction In this tutorial we'll explore using Struts 2 message resource capabilities (also called resource bundles). Message resources provide a simple way to put text in a view page that is the same throughout your application, to create form field labels, and to change text to a …
keywords internationalization, java, resource bundles