Fullasagoog

Show all feed information | Ping Blog Update

Using log4j To Control What Log Messages Are Written By A Java Library, Package, or Class 4 years ago

Introduction I was working on a Java web application that uses Struts 2 , JSecurity (now Ki) , and a few other libraries.  The application also uses log4j to write log messages.  The Struts 2 and JSecurity libraries also write messages to the log.  I needed to control what log messages …

Olathe Half-Marathon Race Report 4 years ago

Summary On April 4, 2009 I ran in the Olathe, Kansas half-marathon (see: http://www.olathemarathon.com ). My goal was to run at around an 8:30 per mile pace. I accomplished that by running an average of 8:26 per mile. You can view and replay my run at Garmin Connect ( …

An Introduction to Ki (formerly JSecurity) ? A Beginner?s Tutorial Part 4 4 years ago

Introduction In part 3 of this tutorial , I showed how to use Apache Ki (formerly JSecurity) to add security to a web application based on a user's role.  In part 4, I demonstrate how to use several of the custom tags Ki provides.  These custom tags enable you to control what content …

An Introduction to Ki (formerly JSecurity) ? A Beginner?s Tutorial Part 3 4 years ago

Introduction In part 2 of this tutorial , I demonstrated how to use Apache Ki (formerly JSecurity) to add basic security to a web application.  In part 3, I show how to configure Ki to secure different parts of the web application based on a user's role. [More]

An Introduction to Ki (formerly JSecurity) ? A Beginner?s Tutorial Part 2 4 years ago

Introduction In part 1 of this tutorial , I explained what Ki is and created a simple web application that had no security.  In part 2, I'll demonstrate how to use Ki to apply basic security to the example web application.  Please understand that I'm just a beginner in using Ki.  Any …

An Introduction to Ki (formerly JSecurity) ? A Beginner?s Tutorial Part 1 4 years ago

Introduction I recently took over a project that used Apache Ki for web application security.  Ki was previously known as JSecurity.  Not having used Ki before, I needed to do some research and learn the basics.  This blog entry is designed to assist other developers in applying Ki to …

Using Spring In A Struts 2 Web Application 4 years ago

Introduction Integrating Spring into your Struts 2 web applications provides many benefits including: Significantly reduces coupling between classes Central management of class dependencies Applications are easier to maintain and change Leverage Spring features that Struts 2 doesn't …

Using A Derby Database Embedded In Your Java Application 4 years ago

Introduction In a previous blog article, I explored how to use MyEclipse's Derby database server. The example application for that blog entry used Derby in its client/server mode, where the database was separate from the Java application and managed by the Derby database server. …

Using the MyEclipse Derby Database Server 4 years ago

Introduction I was recently working on an example web application that uses both Struts 2 and Spring. One of the Spring features I like best is Spring JDBC. To show off what Spring JDBC can do, my example application needed to interact with a database. However, since this was just an …

Passed the Sun Certified Programmer for the Java 2 Platform, Standard Edition 6.0 Exam 4 years ago

On February 18, 2009 I passed the Sun Certified Programmer for the Java 2 Platform (SCJP), Standard Edition 6.0 exam with a score of 76%.  I prepared for the exam over a period of 4 months: Participated in a Java study group that used the SCJP Sun Certified Programmer for Java 6 Exam …