0

I try to create portlet, which act as "web-service", only on client.

In other words: Portlet wait, until somebody send to him several parameters (over http in exmple), and then perform some actions.

It is real or not?

Chiffa
  • 136
  • 2
  • Hm, what exactly do you want to know? What does 'Portlet wait...' really mean? Conceptually, portles behave like servlets - they react on a given request. – home Oct 11 '11 at 12:02
  • i open web page in browser. Web page contain portlet. Portlet update when server send to him information. In other word - may portlet work like comet? – Chiffa Oct 11 '11 at 12:14
  • 2
    Ok, in fact a portlet is a server-side component similar to a servlet. No question, you should be able to implement a comet-like solution using a portal server. Nevertheless, you may need to create a servlet inside your portlet application to solve the problem. Please update your question and provide those details, it's too vague. Did you already select a certain portal vendor (like Liferay, jetspeed)? – home Oct 11 '11 at 13:13
  • @home, thanks for reply. Solution works - portlet contents comet connection and work with server. Platform - Oracle WebCenter and ZK – Chiffa Oct 12 '11 at 08:57

0 Answers0