How to distribute java components for developers to use?
- by coder
I am not sure how to put the correct title.
but here is the brief explanation.
With Microsoft .NET, i created a server side custom control using C# to be used in ASP.NET pages. I distribute the DLL generated as a component. developers will include that and use in their ASP.NET project.
Likewise, how can i do for Java based web components for to use with JSP or JSF or any other java web frameworks?