looking for blue.pdfHi guys, could some kind soul please restore http://www.jboss.org/blue.pdf ? It's an important piece of history, IMHO. See http://www.theserverside.com/news/thread.tss?thread_id=16834. -- Regards, Georg.
Thread Stateless and Stateful Beans with EntityManager
Stateless and Stateful Beans with EntityManagerHello, I have been reading in different forums and also watching different examples that some people puts EntityManager instance in an Stateful bean and others in Stateless beans. Of course I know the implica...
Thread Function Memory allocation at execution Time
Function Memory allocation at execution Timepublic class Temp3 { public void Method1 () { for (int i = 0; i < 30000; i++) { System.out.print(""); } } public void Method2 () { ...
how to use ExecutorService in webappHi there, I have a restful webapp. request can contain large set of data. so inside the restful webservice logic, I want to split the processing into 2 parts. the 1st part will receive data, validate data and...
Article Java Application Development Course outline
Java Application Development Course outline========================Basic Java Development================================= Introduction to java JVM: Class Loader Varriable, Data Type ...
Thread JBoss managed connection pool flush fuction was not working.
JBoss managed connection pool flush fuction was not working.Hi, we are using Jboss connection pool for creating the connection to remote database server and when there is some network issue we are not able to connect to DB. at the time we are use to manually flush the conn...
Java Enterprise Application course outline====================Java EE========================= JAVA EE application Design and Common tier architecture ====================ejb============================= EJB lifecycle ejb test ...
How can update the page automaticallyHi, I have the code that edit information in date base, which the user edit. I need the page update automatically along when the user push the corfirm button with the new information. <a4j:commandBu...
apache kafka integration with jboss 7Hi Folks, I need to create several clustered jboss service that act as apache kafka cluster producer and consumer. Which is the best design approach? Is there any guide line i can follow? thanks Michele
Apache Camel Rest Jetty Threading modelI want to understand how multi-threading works for apache camel rest jetty. Also how to configure custom if required. I defined default threadpool profile for apache camel context but it does not seem to chan...
Bind EntityManager to JNDI JPA/HibernateBecause ours application have many dependent jar and many entity in each jar component (without use .ear for all application). I can not use inject @PersistenceContext to use common EntityManager for all Entity of jar...
[ANNOUNCE] Enterprise Java Newscast - Episode 32 with Arun GuptaThe Enterprise Java Newscast, hosted by Kito D. Mann, Ian Hlavats, and Daniel Hinojosa, is a monthly podcast that covers the latest headlines in the world of Enterprise Java development. This episode features ...
resteasy with jaxb and jsonHi, I am developing an application which I want to be "100% fully compliant" across different Java EE vendors. Now it is a simple RESTful web application. The application works perfectly in Apache TomEE and Glassfish ...
jboss7 domain configuration sslHi: I now use JBOSS7 domain model, in the domain model of how to configure HTTPS? and I have two JBOSS servers now use the nginx load balancing, is this how to configure HTTPS? My jboss domain DC domain.xml config...