Struts 2 Tutorial Series: A simple Hibernate application

Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom – including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API.

This applications main function is to add a record to database.

Continue »

Struts 2 Tutorial Series: Sample Application – Login Module

Welcome to Struts 2 Tutorial series where we will explore how to create a Struts 2 application. In this tutorial, we will first make a very simple Login application, then we expand our application to use Hibernate and Tiles, Ajax, Interceptor, Validator, etc. Finally, there will be a fully functional Struts 2 application – Quick Memo.

Goal of this sample app

We will do a simple Login module in this tutorial, since this is common for all applications. We are going to get the basic knowledge about the framework.

Continue »

Outlook – How to filter emails to a certain folder

Using Outlook, how to filter my incoming messages to go to certain folders?

1. Create your folders under folder in “Archive Folders” or “Mailbox”.
2. Go to “Tools” menu, choose “Rules and Alerts”.

Continue »

Problem with Google Search – redirect problem

This solution maybe not the most correct way, but it worked out for me. So you can stop here and solve your problem.

While I was searching a software today, I got a virus from a malicious site by downloading a software and installing it. I realized I got a virus instead of the software I wanted, when I was always redirected to some other pages after clicking searching result-list from Google. I used firefox and then tried IE. It had the same problem.

Continue »

Some videos from Vimeo

Vimeo is good. Like what they say, it is a respectful community of creative people who are passionate about sharing the videos they make. Here are come creative videos.

Continue »

The best regular expression examples

Regular expression is one of the most important topics in programming world. Unlike some plain explanations, here is a tutorial with some very beautiful examples. Every example is put on a figure like the following.

Continue »

Fav 3 today

1. When I first started to use my D90, I rarely edited the photos much before throwing them on flickr. I didn’t really realize that it’s almost impossible to get a PERFECT shot sooc(Straight Out of the Camera) until I read this. A couple weeks ago I stumbled onto Pioneer Woman’s Action Sets.

Continue »

A simple example of CSS font shorthand rule

When styling fonts with CSS, you may do the following:

font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 15px;
line-height: 20px;
font-family: verdana,"trebuchet MS",sans-serif

Continue »

Page 4 of 211234567891020...Last »