You can use Controls inside a JSP page by simply using the <jsp:useBean> tag... I think this is probably the simplest newbie way to play around with a control in the servlet container. The Controls tutorial shows how to do this, I believe.
Don't think it gets any easier to understand than that :) To be clear though, the point of the template is not as a sample... it is a build.xml template for how to build a jar that contains controls, not how to use them. > > As an alternative to the page flow, I like to suggest that > the templates > use web services as their interface to the outside world. > From vantage > point of a newbie, it would be good examples of how to use a > control in > servlet container, and the web service being based on a standard would > be easier to understand than the page flow. > > Daryoush >
