Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to design the standards and patterns for implementing portlets/web gadgets with the main goal of maximizing interoperability if those components were hosted in a Java app server framework or within an existing ASP.NET technology (SharePoint webparts), or a client side-only framework.

Is there any guidance anywhere of the parts of different portlet standards that are shared between most portal frameworks?

Is the best I can hope for is to adhere to the JSR 168 and 286 standards and hitch my wagon to Java?

share|improve this question
Portlets have dubious portability between Java portal implementations, never mind between java and .net – skaffman May 24 '10 at 17:43

1 Answer

What about WSRP?

share|improve this answer
Yes I've seen that, and it looks decent. Although I wish MS would have baked-in support for WSRP. Seems like they like their own technology - WebParts – Adam May 27 '10 at 16:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.