Menu

THE LEBAH’S AJAX-BASED PORTLET

2007-12-03
2013-04-16
  • Shamsul Bahrin Abd Mutalib

    In any web based application, a page that appear within the browser’s window usually represents an interface of a single application.  On the contrary, in a portal based web application, there can exists multiple interfaces that represents more than one applications within a single browser’s window.   These applications can be considered as running simultaneously within a single browser’s window.

    A browser window behave in such a way that, whenever user post or request data, it will reload the whole content of the window’s page.  In the case of portlet base application, where a single browser consists of multiple simultaneous applications, the same process shall also apply.  This means that, even if you are working on one of the interface, whenever you post or request data related to that application, the window browser will anyhow, refresh itself by reloading all other applications that appears in the window.

    The LEBAH portal framework anyhow does not operate this way.  By using AJAX, whenever a request is made inside a module’s (portlet’s) interface, only that module is being reloaded, while any other module’s interface shall stay intact.  In this way, you can works on many applications (portlets) that exists in a single browser’s window, at the same time, submitting only the portlet you worked on, without affecting other portlets.

     
  • Nour Elhouda Tabet

    Hellow..

    I am new in this forem, and i just got Lebah files, but I am finding difficulties in connecting to the database.
    when runnung  http://localhost:7501/lebah/c/?rndId=1282207528154  on the browser we could not access.
    I am not sure if I need to register, but when running run.bat, i got connection exception: connectiion refused: at com.mysql.

    I need your help to be able to access the framework

    Thank you

     

Log in to post a comment.