我刚刚执行“JavaEE”任务,在一次面谈中作了介绍。
我以前曾与欧洲黄麻业联合会有过一些经验,但与JMS和多边开发银行没有任何关系。 因此,我从无数例子中看到:
- application servers bind their topics and queues to different JNDI names - for example
topic
/queue
,jms
- the
activationConfig
property is required on JBoss, while in the Sun tutorial it is not. - after starting my application, jboss warns me that my topic isn t bound (it isn t actually - I haven t bound it, but I expect it to be bound automatically - in fact, in an example for JBoss 4.0 automatic binding does seem to happen). A suggested solution is to map it in some jboss files or even use jboss-specific annotations.
这可能只是JBos,但是由于它被证明可以执行,因此,它似乎没有具体说明这些事情。 而且,所有指称的可转移性都会消失。
因此,我很想知道,如果这种极端基本的东西似乎根本无法运输,那么,如何声称贾瓦埃莱亚是便携式的,你可以把它放在另一个应用服务器上,并且可以mag地运行。
P.S.对rant客表示歉意,但我假定我会做些事/做错事,这样就表明你的意见。