OK, i have created simple connector like "Hello, world!". I see code, all are in content.jsp file.
I understood that i can put there what i want, for example, some Java bean to access Worksite API.
This is fine, but i need something more. In real i want to create kind of "portlet" based on MVC architecture.
It means i want to create real web application that will carry about my web.xml file as config file, servlet as controller role, Java beans as logic role, jsp as any presentation level.
I need some interaction with user as well by UI, because i need analyze coming parameters, do something then be back
at the some workspace but with different portlet view (for example, go inside current folder, or something).
So the first and important question
1) Are connectors good way to do this? If so, do we have some documentation about this kind of development and integration.
2) If not, what is the way to do it?
Thank you very much. I was tried to find some docs by search but didn't find something really useful.
Edited by Ort618 on 03/09/05 08:41 AM (server time).