Forum .LRN Q&A: Re: My applet doesn't appear on the "Manage Applets" page

Hi Javier,

You're welcome. Glad to know you got it to work. Applets can be very tricky and hard to debug.

Regarding its creation I would recommend to do it using the Tcl API instead of a SQL script. It's less prone to error. Same for the portlet part.

I've uploaded an example based on the tutorial written by César Claveria and Rocael Hernández (U.Galileo, Guatemala). The example contains a simple To-do application along with its portlet and applet. In this example, no SQL is used for their creation, Tcl code only.

To-do packages: https://openacs.org/storage/file?file_id=4034160

Hi Emmanuelle,

You have read my mind because I have already done the openACS package creation tutorial from the pdf of César and Rocael and the portlet is the next step I planned to do.

I will try to do it by my own and if I have problems I will check your file. It will make me work more confident.

Thanks for all.