BackBase Supporting Versions

Hello,

I am planning to use the Backbase with AJAX tag libraries for my upcoming project development. The application is a struts enabled application. Here is my application component versions.

Java : 1.4
Web module : 2.3
Struts : 1.1
EJB : 2.0

I would like to know that the back base will support this application. The question I m raising because, I tried to do some POC and end realized from the samples and documentation provided by the Backbase site that, the provided samples uses Struts 2.0 tag libraries to enable the partial screen loading.

In fact, the main reason of my application needs the backbase, is backbase support the partial screen loading dynamically. But I can not change the struts version to 1.1 to 2.0 in order to use the tag libraries. I would like to know, is it possible to implement the partial screen refresh in my application with using struts 1.1 itself.

So if any one can help me in identifying the feasibility it will be really great. Will be really helpful, if sample sources can be provided.

Thanks,
Raj.
Related forum : http://bdn.backbase.com/node/5104

No one here to answer ?

No one here to answer ?

?

I hope some one can help me in understanding...

Hi, The Backbase Struts

Hi,

The Backbase Struts connector does support Struts version1. You can also mix Struts version 1 with Version 2. Make sure you copy the struts.jar in the application WEB-INF/lib directory.

Hope this helps,

-Senaka

Thanks for your comments. By

Thanks for your comments.

By the way, my project does not wants to use the Struts 2 features. All the samples I saw that, they use 'struts-tags' from struts 2.0 for partial screen load (<s:div).

Here is what I need. I need to design a JSP page with backbase. The JSP should have two DIV. And each DIV loads informations from different struts action URLs (for e.g: abc.do and xyz.do).

Will be great if you have some sample code to share with me

Raj