Tagged Questions

0
votes
2answers
37 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 …
5
votes
12answers
495 views
+100

Eclipse as an IDE - What do you find missing as a beginner in Java?

I am working on a solution that aims at solving problems that newbie programmers experience when they are "modifying code" while bug fixing / doing change requests, on code in production. Eclipse, as …
4
votes
8answers
326 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?
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 …
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
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
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 …
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(); …
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
4answers
71 views

How do I access a text file from within my war

How do I know what file reference to use to get a file from my WAR. The structure of the WAR is: WAR src - model - web build   WebContent …
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
16 views

tell me a clear differnece between EAR WAR and JAR

i need to know a clear difference between WAR,JAR and EAR-
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 …
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.

1 2 3 4 5 50 next
15 30 50 per page