English 中文(简体)
你们能否利用玉米+泉建立全球储存库,减少重复图书馆和(或)部署的复杂性? [闭门]
原标题:Couldn t you use maven + spring to create a global repository and reduce duplicate libraries and/or deployment complexity? [closed]
Closed. This question is opinion-based. It is not currently accepting answers.

因此, Java的一个问题是,你用同一系统的重复图书馆站起来。 既然我们有像ven这样的产品,我就不禁要问,为什么还需要这样做。 例如,对于在某个特定机器或某个应用服务器上运行的java申请,人们可能拥有一个中央最后排位。 对服务器而言,如果你在方案上,或许通过春天配置的类似机制,对一些依赖者形成一种单体的依赖,那么你能否把所有依赖者都仅仅自动处理? 如果在春季组合中无法做到这一点,那么该集装箱或许可以延期吗? 我假定,这个骗局可能正在修建教室,但这种说法似乎无法克服。 尤其是自3位最高级的顾问现在都具有象征性的联系。 Have looked looked ,但现在似乎有办法处理和(或)在 Java制造:

rel=“nofollow” http://docs.oracle.com/javase/tutorial/essential/io/links.html

当然,象征性的联系甚至可能过于熟练。

我假定我所问的是,你能否利用这些想法来大大简化所有 JavaSE/ Java EE应用的扶养管理或部署?

最佳回答

根据该条:

http://www.infoq.com/news/2009/06/jigsaw

总之,这些想法是 Java7的一部分。 联合考试委员会将有一个称为Jigsaw的附属管理子公司,而新的要求是满足其需要的关键词。

问题回答

3. 计算机 网站肯定有一个名为共享的图书馆<>,可以成为一个图书馆实体,然后在多个项目中予以进口。 在Oracle Weblogic中,你可能作为图书馆进行部署,或增加<>weblogic-application.xml的道路。 我想使用ven子是必要的。

集装箱,如equinox rel=“nofollow”>felix/a> • 支持一项标准,即:OSGi,该标准将扶养管理扩大到部署现场。

在营养餐中,有一次释放了“捆绑”,指出你的包裹有时间的附属物,集装箱将确保该版本的运行(比单列舱载体的J2EE集装箱处理方法更有效率)。

秘书长特别代表的真正问题是缺乏收养。 工具改进了,但Sun(现为Oracle)从未作为J2EE的一部分接受。 jigsaw似乎是“great白色希望”,而Ill则是诚实的,因为我没有听最近对SGi和Jisaw的辩论。

最后,将依赖性管理扩大到部署地区是一个伟大的想法,但需要集装箱支持。 秘书长特别代表是最接近标准的人。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...