我想建立一个 JavaE应用程序,不仅提供网络服务,也提供JMS的直接要求(EJB),而且我还要接受书状要求(例如,UDP包装)。
我尝试用java.net撰写一名听众。 数据表,允许它作为单独程序运行,并将请求转给我的欧洲重建机构申请。
the question is.. how can I build such socket listener into my Java EE (EAR) applcation seamlessly?
感谢。
我想建立一个 JavaE应用程序,不仅提供网络服务,也提供JMS的直接要求(EJB),而且我还要接受书状要求(例如,UDP包装)。
我尝试用java.net撰写一名听众。 数据表,允许它作为单独程序运行,并将请求转给我的欧洲重建机构申请。
the question is.. how can I build such socket listener into my Java EE (EAR) applcation seamlessly?
感谢。
<>right>/em>办法就是为此设立一个联合调整中心。 JCA的改编器可用于有偿或在的连接。 你允许在一名联合后勤中心赞助者中开始准备或安排工作。 The in约束 links from the JCA Adaptationer to the EJB is carried out usingtom information-headed bean.
甚至可以从联合后勤中心联系人开始交易,以便把电文/包发送到欧洲黄麻组织。 JCA是Java E规格的一部分,并得到所有应用服务器的支持。
另一种做法(但不符合光谱)是开始听从<代码>的记本。 ServletContextListener 。 校对将在网上运行,你可以像往常一样称EJB。 依赖性注射不会奏效,但日本国民发展研究所的眼光仍应当ok。
集装箱应当控制所有物品,因为它是利用Java EE进行推广的唯一途径。
几种选择:
这里的一个例子是:。 http://www.theserverside.com/tt/articles/article.tss?l=J2EE1_4。 也许,如果你有客户,最好的办法是。
1. 使用 Java电洞
http://java.sun.com/products/jms/faq.html
印刷外部服务器,储存数据库中的要求。 (无Tx支持)
如果只有一台服务器,看来管理费用太大,你可以忽视这些方面。 但是,如果你需要晚间或额外节点的交易,则必须重新设计这一部分。
就我所知,这不符合幽灵。
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 ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
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 ...
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 ...
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....
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 ...