Java Enterprise Edition (Java EE) is a specification defining a collection of Java-based technologies and how they interoperate. Java EE specifies server and client architectures and uses profiles to define technology sets targeted at specific classes of applications.

learn more… | top users | synonyms (3)

0
votes
0answers
5 views

How to unit test classes with bean validation? (JEE)

I'm unit testing some classes annotated with jsr303 constraints, but I can't find a proper maven dependency for javax.validation.Validation in order to create the ValidatorFactory used in my tests. ...
0
votes
1answer
5 views

Glassfish - Marking servlet FacesServlet as unavailable

When I startup my Glassfish 2.1 server, it seems to startup without problems, but when I try to access its Admin console I get the error: The requested resource (Servlet FacesServlet is not ...
0
votes
0answers
15 views

JAX-WS issuing GET then GET and POST

I wrote a JAX-WS client using classes generated from wsimport to invoke a webservice. To test my client locally, I wrote an implementation of the webservice and published it locally and called it. ...
0
votes
1answer
10 views

Bean definition is abstract Error on a Standalone Java application

Im trying to create a ParentDao that will handle all the connection details for my Standalone Java application. When I run my program I get the Error below Exception in thread "main" ...
3
votes
2answers
26 views

Centralized Application properties for multiple system

I am looking for a open-source solutions which allow hosting different properties for different applications and allow changes. On any change of properties it should notify or push the change to the ...
1
vote
1answer
11 views

Jettison with json marshalling converting string data type to integer type, when value is numeric

We are using jettison-1.3.3 for converting JaxB to Json. We are facing an issue. whenever I have a String property that contains all numbers (i.e. String phone="12345";), the JSON response will ...
1
vote
1answer
8 views

How do i handle multipart file upload in spring 2.5 with java 1.4 (with out anotation)?

How do i handle multipart file upload in spring 2.5 with java 1.4 (with out anotation)? I need to handle the request in public ModelAndView handleRequest(HttpServletRequest request, ...
0
votes
0answers
4 views

Jonas 5.2.4 not launching from terminal

I am currently trying to deploy a web app on Jonas 5.2.4 (using the "full" version of the server), on a W7 Entreprise. All environment variables are setup accordingly. The problem being the following ...
-4
votes
1answer
50 views

Create a Java based website

I have recently been learning some Java. I want start developing websites using Java. Can I create a website using Java Eclipse and also embed few applets1 in this website? I know the question ...
0
votes
0answers
9 views

Can Java EE Application Make HTTP Calls?

Can a Java EE Application -- a Servlet or a Session Bean -- make HTTP calls and still conform to portability standards? (assuming that the caller gracefully handles communication failure or ...
0
votes
3answers
26 views

Uploading of file is too slow in Webservice in Java

I have used standard java file stream to upload a file. When I tried to upload a 25MB size zip file , it took almost 11 minutes. but when I tried to upload that file on yousendit.com a file uploading ...
0
votes
0answers
12 views

spring nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice

i tried hard to get rid of this error, but it doesnt want to leave me. here is the config xml <?xml version="1.0" encoding="UTF-8"?> <beans ...
0
votes
1answer
14 views

How can i populate some textfield on selection of an option from the form:select having items as object list?

I have a DTO with attributes id,name and text. I am generating a list of these DTO's and sending them into my JSP through model.addAttribute. In my jsp i am rendering a spring list like this. ...
0
votes
1answer
24 views

What is the best way to handle delimited text(jsp/java)

I am setting some values in my jsp with '/' delimiter. The value looks like <input id="newSourceDealerInput" type="hidden" value="New/<key>/<dealer>/active" ...
0
votes
1answer
18 views

Unhandled JSP exception in Filter

I have a filter configured for a JSP. In the filter I am using HTTPResponseWrapper for modifying the response to the user. My code in doFilter method of Filter is: CharArrayWrapper responseWrapper = ...

1 2 3 4 5 906
15 30 50 per page