1
vote
2answers
102 views
What alternatives exist to Spring Batch to handle queued jobs?
I have been looking in to Spring Batch to solve a batch processing scenario with huge amount of data involved in each job. Are there any other solutions that compete with Spring Ba …
2
votes
3answers
57 views
Interoperate between C# and Java using web services without a Java EE application server?
I'm in a difficult position: We have a 3rd party enterprise system that exposes a Java-based API. However, we are a 100% .Net oriented development team. Essentially, I need to w …
5
votes
7answers
207 views
what is the difference between web servers and application servers?
what is the difference between web servers and application servers? I have googled but couldnt get clear...
0
votes
1answer
12 views
Problem created by load balancing
I have an ASP.NET 3.0 application that works fine on one server. It uses application variables to check if a user has checked out a file and locks it for all other users. When I pu …
3
votes
3answers
107 views
Why not run a server side app with daylight saving time enabled?
I've implemented a server side application that records timestamps when records are created and updated. The app assumes that the server clock does not have daylight saving time en …
0
votes
1answer
479 views
Websphere Application Server 6.1 Connection Pool question - what happens when AS fails to get connection
I have studied the Websphere document "Connection Life Cycle" for Websphere Application Server Express v6.1 and and have searched the web for an answer to the following.
Connectio …
0
votes
2answers
114 views
Is it possible to run OSGi components within Weblogic 10.3?
Is it possible to run OSGi components within Weblogic 10.3? From what i have read it is not possible but im asking just to be 100% sure. There is no option to swap out WL 10.3 so t …
0
votes
4answers
64 views
JSON Asynchronous Application server?
First let me explain the data flow I need
Client connects and registers with server
Server sends initialization JSON to client
Client listens for JSON messages sent from the serve …
0
votes
0answers
40 views
how to deploy client EJB on Sun Application server
I am new to EJB's and asked this question yesterday. that question went into lot of details and comments so I decided to ask the question again and get clear on some things.
I h …
4
votes
3answers
761 views
Speed up Weblogic Server startup times
At my work, we use Weblogic Server to host an enterprise portal. Which is fine.
However, I've recently had the opportunity to use Tomcat for some side projects, and I am struck by …
1
vote
3answers
108 views
Comparison of application server startup times?
Some months ago I read a blog post which had a comparison of different (Java) application servers, with focus on the time it took to start/restart the servers after deploying a new …
1
vote
3answers
49 views
Are there reasons to place a dependency in a web server’s lib directory instead of including it in the War file?
If I have an dependency Jar for my application is it better to place it in the war files lib directory or to place it in the global application server (like Tomcat) lib directory? …
2
votes
5answers
728 views
Websphere vs Weblogic
Friends,
Recently I was asked on how do I compare Weblogic vs Websphere, and what are the pros and cons of using one over another. I answered IBM support, DB2 backend, IBM stack as …
2
votes
7answers
284 views
Web User Interface for a Java application
Hello, I'm trying to create a web user interface for a Java application. The user interface is going to be very simple, consisting of a single page with a form for users to pose th …
3
votes
6answers
277 views
What is scalable, fast, application server to use for developing services written in java
I am trying to develop some web services. I want to know a application server that is scalable, fast, has high throughput, and is not too complex. Also it doesn't need to impleme …
