JSR 168 is the Java Portlet 1.0 specification.
Questions tagged [jsr168]
34 questions
0
votes
1 answer
How to make a JSR-168 portlet with a chart?
I'm trying to make a JSR-168 portlet with a chart.
Studying about it i can run some portlets in NetBeans with portlet-container but i have to make some charts to run too.
Can some one help with a LINK or an Example?
I found that to help me:
->…
user160974
0
votes
1 answer
Spring MVC 2.5 servlet/portlet compatible URL
I'm a writing an application using Spring MVC which has to run as a servlet and a portlet. This is fair easy to do in Spring 3 (JSR-286) but I must use portlet 1.0 specification (JSR-168). In order to be compatible with it I downgraded Spring MVC to…

Florent
- 12,310
- 10
- 49
- 58
0
votes
2 answers
JSR168 Portlet Strange Page Expiring
I'm having a strange problem and no luck debugging.
I was tasked with writing a JSR168 compliant portlet to search a database. When you open the portlet, you're given 6 search boxes for different criteria to search several thousand records. Once you…
Andre
-1
votes
2 answers
Why is JSF better than Struts for Portlet Development?
Someone said to me that JSF is better at sharing information within the context, but Struts 1.1 can't.
In JSR168, If we need to develop a Portlet then sharing information in the context is critical. Therefore,JSF seems to be the better option.
My…

MemoryLeak
- 7,322
- 23
- 90
- 133