Foros de discusión

Developing a portlet 101

thumbnail
dennis monsewicz, modificado hace 14 años.

Developing a portlet 101

Junior Member Mensajes: 71 Fecha de incorporación: 28/05/09 Mensajes recientes
Can someone explain ALL of the requirements when building a portlet?

I have built some that just have a single file in them (such as index.php) but do they need to have more to them?

Thanks!
thumbnail
Kolja Köster, modificado hace 14 años.

RE: Developing a portlet 101

Regular Member Mensajes: 164 Fecha de incorporación: 11/05/09 Mensajes recientes
I am not sure, if I understood your question right, but basic files needed for a JSR compliant portlet are a .jsp file, a java.class file and a portlet.xml file. There is a tutorial regarding this here.
The plugins SDK also creates a JSR compliant portlet strub.

Regards
Kolja