Jsp Coding Tips

Posted in Java Development by admin - Feb 24 2010

Here are few coding tips to increase the performance of your jsp page Jsp page consists of both static and dynamic datas, as name refers static data remains constant through that jsp page while dynamic data change considering the nature of that particular jsp page.Hence it is not required to recreate static data each time […]

JMAKI

Posted in Java Development by admin - Feb 17 2010

Jmaki is a frame work that allows programmer to take widgets from the ajax framework to wrap them int jsp and jsf tags thus providing common programming model to developers. The name Jmaki derived from ‘j’ stands for java and ‘maki’ a Japanese word meaning wrap. Features of Jmaki Maki makes it easier to use […]

Java API’s for Software Development

Posted in Java Development by admin - Feb 16 2010

Application Program Interface is the option in a software program to permit other software programs to interact with it. This article will provide you with the basic idea about Application Program Interface, especially about Java API. It also gives you an introduction about one of the Java APIs. A human needs ‘User Interface’ to interact […]