0
votes
1answer
22 views
How to add Points and Markers Dynamically to Google Maps from JSF
I have an app in J2EE with a couple of projects. Got my .war project that communicates with a EJB business project which has access to some Data.
I have an entity which has some information about …
0
votes
2answers
20 views
gxt + j2ee hosted mode
Hi.
I'm trying to develop a j2ee+gxt application. I have an rpc call which calls a session bean's method.
If I compile the project and run it in the browser, it works fine, but when I use
hosted mode …
1
vote
2answers
21 views
attributeRemoved not being called after session.invalidate
I have a object that implements the HttpSessionAttributeListener, and as you'd expect it does some work when certain objects are added, replaced and removed from the session.
I thought that the if …
0
votes
2answers
38 views
How to optimize activemq
I'm using ActiveMQ on a simulation of overloading servers in Java. And mainly it goes ok, but when I get over 600 requests the thing just go WTF!
I think the bottleneck is my Master Server which is …
1
vote
2answers
31 views
Using log4j with Web container (part of the J2EE server).
When our application throws errors that we catch, we put the message and stacktrace in a log file created specifically for our application (myapp.log). For example:
public class SomeClass {
…
1
vote
2answers
29 views
Using a custom Servlet oriented framework, too many servlets, is this an issue
In our application, we structure different web applications by Servlet. There are many, many Servlets and Filters in our applications.
We already use different frameworks but not for this particular …
0
votes
1answer
16 views
tell me a clear differnece between EAR WAR and JAR
i need to know a clear difference between WAR,JAR and EAR-
0
votes
1answer
27 views
JMS message to remote server
I need to send a message to a remote server's queue (running "JBoss MQ") so that it can process the message and act on it.
Properties properties = new Properties();
…
2
votes
1answer
22 views
Configuring container-based authentication with alternative digest methods
Following up on a prior question, I'm trying to figure out how to set up container-based authentication for a J2EE application. Specifically, I need to be able to apply a password digest algorithm …
4
votes
8answers
327 views
J2EE programmers do not write to files
Today one person told to me that "J2EE programmers do not write to files". Why can I not write to files from within a J2EE container (for example from JBoss)? What is wrong?
2
votes
1answer
62 views
creating a queue in JBoss MQ
I'm trying to call send a message to a JBoss MQ queue but it seems the queue is not bounded.
I use the following code to send the message :
Properties properties = new Properties();
…
1
vote
2answers
30 views
how can i retrieve the msg from HttpServletResponse.sendError
i have two tomcat servers that communicate between them. upon an error at one of the servers i would like to send an error response to the other server.
i am sending the error using:
…
0
votes
4answers
55 views
Tool to find duplicate keys and value in properties file
is there a tool that tells me redundant keys and values that are there in my one or many properties file.
0
votes
1answer
28 views
JBoss MQ tutorial
I'm looking for a JBoss MQ tutorial (on JBoss Tools) so that I can write an MDB and a client.
I can find only JBoss Messaging.
0
votes
1answer
69 views
many-to-many JPA mapping inserting but not fething the child collections
Hello good people!
i've hit a block once again with hibernate.I've posted numerous times on different aspects of the user and contact management that i've been building.
The sad thing is that i …
