[JBoss Portal] - Re: Understanding architecture...
by ric1607
Thomas,
Thank you for your answer, especially on a week-end!
I hope I did not disturb your Saturday with my silly questions {:-)
One solution I was thinking of was indeed to include the whole portal page in an iframe. My use case being for instance to include a forum frame or a CMS frame within our existing app.
It sure looks odd (I confess), but it is according to my point of view a realistic use case: we have a complex existing webapp, with carefully crafted layout designed to use the top window with plenty of javascript everywhere -- and we cannot simply say "ok, let's put all that in a rectangle on the screen and add something beside".
So the solution would be to rewrite all the main layouts under portal templates and this is a too steep slope.
I'll try using the portal in an iframe and let you know about.
Thank you very much Thomas!
--Eric
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988681#3988681
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988681
19Â years, 5Â months
[JBossWS] - Re: Using Axis SAAJ Implementation instead of JBossWS
by reinerka
Hi Thomas,
it probably isn't the SAAJ implementation alone but as well the XML parsing components that cause more problem than they solve.
Right now we've isolated those key items:
1. Chunked transfers
2. Encapsulation namespaces with single quotes
Neither of them are against XML/HTTP rules, but they casue a large number of users of our services to fail due to interoperability issues (a key importance to us).
1. Chunked transfers
We were able to remove this by adding a couple of additional classes to handle IO (which just shouldn't be needed).
2. Namesapces
Using those specialiced classes we were able to resolve this issue as well.
Overall a lot of our subscribers are running embedded systems that rely on minimal overhead for parsing XML and thus will sometimes choose a parser that is not 100% compliant but allows them to save memory footprint. Our objective is to make sure they work.
SAAJ (and the required XML parser) were far more tolerant on receiving as well as providing a wider interoperability than what we now have.
Regards,
Reiner
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988676#3988676
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988676
19Â years, 5Â months