-2
votes
4answers
102 views
Which is more secure or more used .net or J2EE?
I asked this question because I want to know which language is better in terms of security.
I understand that this is a subjective question, however it frequently comes to mind when we are studying, …
0
votes
4answers
25 views
How to use Quartz with EJB3 ?
Hello everyone.
I want to be able to :
define different jobs and triggers.
modify the expirations dates and intervals on demand
pause or cancel an execution (trigger)
the jobs would be ejbs or …
0
votes
3answers
41 views
Java AJAX webapp security
I'm experimenting with creating a simple AJAX Java webapp.
I'd like to use the container managed security provided by the Servlet container, but having investigated it have a feeling that it isn't …
0
votes
2answers
37 views
J2EE war file redeployment changes not reflected
Hi all,
I created the the file index.jsp as below
<form action="" method="POST"><br>
First Name: <input type="text" name="firstName" size="20"><br>
Surname: <input …
4
votes
4answers
85 views
When is Spring + Tomcat not powerful enough?
I've been reading/learning more about Spring lately, and how one would use Spring in combination with other open-source tools like Tomcat and Hibernate. I'm evaluating whether or not Spring MVC could …
1
vote
2answers
43 views
[Help] how to use eclipse effectively
Hi Experts,
I've never worked in eclipse for web applications, now I want to create my first web application using J2EE. I am having problems while using eclipse, I don't know much about Ant scripts …
0
votes
1answer
26 views
Some questions for j2me
Dear all,
I do have some questions which always confuse me a lot.
(1) Why when we install j2me, we have to install jdk first? [for my understanding, they are independent 2 versions, one is of …
7
votes
13answers
3k views
What are the advantages of using J2EE over ASP.net?
We are currently planning to launch a couple of internal web projects in the future. Our company's dev teams are mostly experienced in J2EE and have worked with it for years. Today, we have the choice …
1
vote
6answers
63 views
CLASSPATH, Java Buld Path (eclipse), and WEB-INF\LIB : what to use, when, and why?
Hello all,
I recently switched to J2EE from .NET, and am confused about where to put JAR files. I know that the CLASSPATH, WEB-INF, and Eclipse's Java Web Path are all places where JARs can be …
0
votes
1answer
165 views
Combining namespace based configuration with different authentication methods in spring-security
I'm trying to get spring-security to work with a project where there is both a form login component needed (for website access) and a http-basic or http-digest component for web services. Now we …
0
votes
0answers
10 views
j2ee project flow
I need a project flow (If project developed with jsp , servlets ,struts , hibernate)
Like... Request->controller->dao->dto-> db
8
votes
18answers
680 views
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 …
0
votes
1answer
64 views
How to load themes from a database in Spring MVC based on user-agent , etc
Hi
I am brand new to Spring web MVC. I am trying to create a simple 1 paged site that will check the users browser and display the current theme for that browser.
If its a mobile app, I need to …
0
votes
2answers
40 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 …
0
votes
2answers
24 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 …
