开发者

How to specify/organize/clean up jar libraries in projects well

开发者 https://www.devze.com 2023-03-03 22:39 出处:网络
When we develop a project, if we want to use struts or ti开发者_C百科les or spring or anything else, we have to import some jaf files (into project build path or lib folder)

When we develop a project, if we want to use struts or ti开发者_C百科les or spring or anything else, we have to import some jaf files (into project build path or lib folder)

So I want to ask, is there any website/tool that specify which .jar files we need for each purpose so that I don't have to add a lot of jar files into my project

I'm sorry if this question is irrelevant. I just don't know where to ask :(

Nice day ^^


Use Maven. It is a build/dependency management tool which enables you not to download any dependencies manually, you just have to define it in a configuration file that you need a specific version of a library and it takes care of it all. Also you can use a number of so called archetypes which are basically skeleton applications for a specific set of technologies.


I do agree with abalogh

Use Maven or Ant & Ivy for your needs

When you turn into serious development, you can go without these tools. Test both and choose whichever is good for you. Don't listen to trolls about this or this technology (Mine is better ! No, it's Mine), go to websites, learn to use and make your choice. Then stick to it to get the best out the tool you choose

Cheers

Grooveek

0

精彩评论

暂无评论...
验证码 换一张
取 消