简体   繁体   中英

How to distribute java components for developers to use?

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?

This is normally done via jar files and in enterprise applications mostly in conjunction with the 'dependency resolution manager' maven

Note that there are other package formats like osgi bundle, nbm, ear or war but the atomic most common bundle is jar

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM