Thursday, April 16, 2009

ENGLISH BEST LINK

Hi Friend

I have found this is the one of the best link for English Communication.Please try it by clikcing below
English Communication

Friday, April 3, 2009

AJAX

1.What is expanstion for AJAX?
AJAX = Asynchronous JavaScript and XML


2.How Ajax Loads the data without relaoding the page?
Ajax Uses XMLHttpRequest object which directly interacts with seb server.

AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

Wednesday, April 1, 2009

Back Base Steps

Steps to Implement BACKBASE

1.Install Jar
backbase-dataservices-core-1.1.0.jar—core functionality
backbase-dataservices-servlet-1.1.0.jar—servlet bridge classes
2.Set Up Dataservice - add in Servlet web.xml
<display-name>datamodule-web-example</display-name>
<servlet>
<servlet-name>datamodule-web-example</servlet-name>
<servlet-class>
com.backbase.datamodule.servlet.DatamoduleServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>datamodule-web-example</servlet-name>
<url-pattern>/data/*</url-pattern>
</servlet-mapping>
3.Client-Side Implementation
Data Source Definition
Widget Binding
4.Add datamodule-config - for Pagination