Tagged Questions

0
votes
2answers
26 views

writing test case for a DAO on a J2ee Application

I am trying to write some test cases for my DAO classes in a J2EE applications. Methods in my DAO classes try to get connection to the Database based on a JDBC URL (which is on th …
1
vote
2answers
19 views

JBoss 5 truncates trailing = of a base64 cookie string

After upgrading from JBoss 4 to JBoss 5, I've noticed the most annoying regression. It truncates the trailing equal sign ('=') of a base64 cookie value. It took me so much time to …
2
votes
6answers
74 views

Which J2EE web development framework to choose for a simple, accessible application?

Hi everyone, I want to write a simple web application, on J2EE, with these characteristics: I don't need any AJAX, and it should even work with JavaScript disabled on the browse …
0
votes
4answers
50 views

Java Web Project referencing another Java project

I have a Java Project, for which I'm now creating a Web interface, using a Dynamic Web Project from Eclipse. The Web project consists of a single servlet and two JSP's. Something l …
1
vote
4answers
44 views

Eclipse Web Project Dependencies

This question is about eclipse development, I am trying to create a web application in Eclipse, the problem is that I don't get the the dependencies jars to the deployed archive. …
1
vote
2answers
32 views

Quartz job tunning

hello there is something i've realized with quartz when working.Say a cron is set to wake up every 2min with the expression 0 0/2 * * * ? . When you run the project at say 13:10:3 …
3
votes
4answers
45 views

What do you monitor with JMX in your production JEE server?

This question is not about how JMX works or what JMX does. This question is about applications of JMX in standard application server environment in production. It is not for specif …
2
votes
4answers
48 views

How to integrate an external process which is invoked repeatedly into a Java webapp?

I am trying to integrate a non-Java executable into a Java webapp on the server-side (Linux). Some details about the executable: Written in C++. The executable takes some input e …
1
vote
3answers
84 views

What is the easiest, most reputable, most seasoned AJAX framework? [closed]

I have dabbled with various AJAX frameworks, namely GWT, Dojo, Ext-JS, jQuery UI. I am interested in understanding what AJAX frameworks best meet the following criteria: - Most ea …
0
votes
1answer
20 views

Jboss Message Bean (EJB3) - configuration name

Is there a way of specifying the configuration name of a message bean through annotations? In the jboss.xml descriptor you can have different configurations and bind the beans to a …
0
votes
1answer
24 views

hibernate event detecter

I have a DB running on Oracle. I use Hibernate for data access. I want to be notified whenever an object is saved in the DB, so that I can do some custom work. I want an "event lis …
1
vote
3answers
38 views

Getting binary file and text information

Currently, I have a servlet act as web service. When I pass in parameters using POST, it will return me an executable binary file (application/octet-stream). However, beside binar …
1
vote
4answers
70 views

Hibernate Mapping Two Tables to One Class

I need to map two tables to a single class, having trouble figuring this out. One table is ROOMS, the other is TRAINERS. The ROOMS table: OOC_UNIT_ID NUMBER(6,0) OOC_ …
1
vote
3answers
53 views

Controller in Struts

what is Controller in MVC. Is it struts.xml or Servlet (Action Class) Can we have more than one Controller in our application. is it good practice to have more than one controller. …
0
votes
2answers
33 views

combo box in spring web mvc

Hello All... I am using spring web mvc for my app's UI part.. By using following code, i am getting List Box where i can select more then 1 value.. <form:select path="domains …

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