Hi guys,
I'm trying to use the new feature of Spring MVC 3.2, the Async Servlets and I found a problem in our application during the tests.
In order to use the same instance of some beans...
Type: Posts; User: lanala; Keyword(s):
Hi guys,
I'm trying to use the new feature of Spring MVC 3.2, the Async Servlets and I found a problem in our application during the tests.
In order to use the same instance of some beans...
Hi,
I would like to help you with this but I don't know which is the problem.
Do you already solve this problem? In my company, we are trying to find a way to solve transactional problems in...
Hi,
In our application, we have some modules that were developed a few years ago that are written in AS1. The most recent modules are written using AS3, using Flex and BlazeDS to comunicate with...
Hi Oliver,
Congratulations for your work!
I'm very interested in spring-data-jpa and I'm trying to find more information about the project. I've found a webinar but the resolution is very low....
Hi,
In my company, the main application is modularized. In the beginning, we didn't have any problem but along the time, some erros were made and now we have a big problem to solve.
Our modules...
Thanks for your help Martin,
I just asked you about it, because when we look to STS, for example, we have the version for 32 and 64 bits and if we try to run the 64 bits version with a 32 bits jdk...
Hi Martin
I found some tutorials for installing the jdk 1.5 on snow leopard but as you already said, they aren't trivial.
I implemented the two methods and now I don't have any problem.
...
Hi Martin,
I'm sorry for my late reply!
My problem is related to an extension of the DataSource interface. With JDK 1.6, the code doesn't compile because these interface has 2 new methods...
@nicolas.loriente Thanks Nicolas!
I'll take a look at SpEL!
Any opinion?
Hi,
Do you know if there is any simple way to invoke a local bean and only if one parameter has a specific value, a remote service should be invoked instead of the local bean?
I think that is a...
Hi,
I'm a Java Developer and currently I've a Macbook Pro at work.
Until now, I don't had any problem during the development but now I need to release a product using Maven and I need specifics...
Hello Ben,
I know that this post is very old, but today I made a post that is related with your comment. Can you give me your opinion?
Thank you!
Could you talk about these problems and give your opinion, please?
Hi,
My company started with a small web application and along the years, new modules appeared and were separated in multiple webapps and multiple tomcat instances. The reason for this is the...
Hi,
My company has an application that is separated in some modules that are in multiple tomcat instances.
Until now, the authentication is done using database. When the login is called (in the...
Hi,
I have this interesting problem related to properties location. I'm convinced that this is something that is quite common and has been solved by the community, so here it goes.
Using...