- Friday, January 15, 2010, 20:08
- Featured, Struts 2, Tutorial
- 19,943 views
This is a demo Contact Manager application that we will create using Struts2 and Hibernate framework. In this article we will see how we can use Hibernate to perform Insert / Delete operations in Struts2 framework.
Our Goal
Our goal will be to demonstrate the use of Struts2 with Hibernate framework and to create a demo application "Contact Manager". The basic requirement of the Contact Manager app ...
Full story
- Wednesday, January 13, 2010, 14:46
- Featured, Struts 2, Tutorial
- 12,623 views
Welcome to the last part of 7 article series of Struts 2 Framework tutorials. In
previous article we saw how to implement File Upload functionality in Struts 2. In this article we will see how we can implement Ajax support in a webapplication using Struts2 framework.
AJAX support in Struts 2
Struts 2 provides built-in support to AJAX using Dojo Toolkit library. If you are new ...
Full story
- Wednesday, December 23, 2009, 13:00
- Featured, Struts 2, Tutorial
- 20,950 views
Welcome to the Part 2 of 7-part series where we will explore the world of Struts 2 Framework. In
previous article we went through the basics of Struts2, its Architecture diagram, the request processing lifecycle and a brief comparison of Struts1 and Struts2. If you have not gone through the previous article, I ...
Full story
- Tuesday, December 15, 2009, 16:23
- Featured, How-To
- 3,018 views
Do you want to create your own Text-To-Speech convertor? Well, you may want to directly use Google "Unofficial" API to convert Text to Speech.
Google Translate had
announced few weeks back some new enhancements. Where a new feature was added that can convert the text into speech.
Now the hack is, you can use ...
Full story
- Tuesday, December 1, 2009, 14:37
- Featured, How-To, Tutorial
- 2,363 views
Recently Google declared its Chromium OS open source. Chromium is their own version of Linux specially build for netbooks/pcs to access internet in a better and faster way.
Since I was free for the day & had no plans ahead of me, I decided to give it a shot.
Some Googling led me to the Google Chrome OS ...
Full story
- Friday, November 6, 2009, 9:00
- CSS, Featured, How-To
- 7,268 views
Following are few CSS Tips and Tricks that I think every web developer should be aware of. You may already know many of these tricks.
Disclaimer: Not all from the below CSS tricks are written by me. Some of them are taken from different sources on internet.
1. Round Corners without images
Here is a simple CSS technique of ...
Full story
- Thursday, October 29, 2009, 20:36
- Featured, How-To, JavaScript, Web 2.0
- 2,807 views
Google Custom Search API are wonderful tools to create some awesome search engine like tools. Also if you want to add a search option to your website and customize the look and feel of your search results, Google Custom Search API serve best to you.
I have created a Real Time Search engine (I call it real ...
Full story
- Thursday, October 22, 2009, 14:51
- Featured, JQuery
- 7,290 views
Let us see how can we create a Bounce Effect in HTML pages using jQuery. Bounce effect is an effect which resembles bouncing of a ball on floor or on a wall. These kind of effects dramatically improve user experience.
Related:
FadeIn / FadeOut Effect jQuery
The Goal...
Full story
- Saturday, October 10, 2009, 18:47
- Featured, Java, Tutorial
- 10,248 views
Inner classes, also called Nested Classes, are nothing but classes that are defined within other classes. The nesting is a relationship between classes, not objects.
Inner classes have clearly two benefits, name control & access control. In Java, this benefit is not as important because Java packages give the name control.
Java inner classes have feature that ...
Full story
- Thursday, September 17, 2009, 21:17
- Featured, JQuery
- 17,279 views
Let us create a simple Accordion Menu using jQuery. Accordion Menu are the menu with some animation effect. It has few top line menu items which when clicked toggles to open sub menu options. When another top level menu is selected, other open menu will automatically collapse and save useful screen area. We will use
jQuery effects to animate the accordion menu. jQuery provides ...
Full story