I have a web connector in portal 7.4.2 configured and working but what I need to do is implement the
com.vignette.portlet.buildingblock.webconnector
.interpolator.RequestResponseInterpolator
I have had to copy the classes out of the web connector car into my development environment as well as out of the portal/webinf/lib so that I can compile.
The documentation is either difficult to find or does not describe what to do very well.
So Here are my questions.
1. Is there a better way of satisfying compile dependancies?.
2. Once I have written my class how and where do I bundle it and deploy it to the server.
3. Where do I find the API documentation?