Wednesday, June 9, 2010

Debug Liferay Portal dengan Eclipse

Debug merupakan proses yang sering dilakukan pada saat membangun semua aplikasi guna menemukan dan atau memperbaiki bugs pada aplikasi tersebut. Salah...

Read More

Monday, August 3, 2009

Icon Finder

“Iconfinder provides high quality icons for webdesigners and developers in an easy and efficient way”this is icon's search engine, that very useful for...

Read More

Wednesday, July 15, 2009

Simple Shoutbox Ajax with JQuery & JSP

In this article, I will write about Simple Shoutbox Application with JQuery. With Ajax (Asynchronous JavaScript and XML) , we can send a form submission and get response back without refreshing current page. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions...

Read More

Tuesday, June 23, 2009

Accessing SQL Server Stored Procedure With Hibernate

In my previous project, I will be required to call Stored Procedure in SQL Server with Spring & Hibernate. Using HibernateTemplate class extends from HibernateDaoSupport, you can call the stored procedure in SQL Server. The Stored Procedure: USE [sample]; GO SET ANSI_NULLS ON; GO SET QUOTED_IDENTIFIER ON; GO ALTER PROCEDURE [SP_Sample] (@Param1...

Read More

12 »