The following is the situation :
I have a business layer, that is an EJB project. In fact, there is only one EJB that is created. This EJB is responsible to expose the service classes to other...
Type: Posts; User: jitendriya; Keyword(s):
The following is the situation :
I have a business layer, that is an EJB project. In fact, there is only one EJB that is created. This EJB is responsible to expose the service classes to other...
Hi,
I have been using Spring DI and IOC extensively in my earlier projects. As per a new project requirement, we have to setup our projects as follows :
1. Business project (Java...
Hi Friends,
(In continuation to the above thread) In order to setup different application layers, I did something as follows :
In Business project, I encapsulated all business logic methods,...
Hi,
I have been using Spring DI and IOC extensively in my earlier projects. As per a new project requirement, we have to setup our projects as follows :
1. Business project (Java project)
2....
Hi,
I am very much new to Spring AOP, whereas used spring as IOC container, and dependency injection in my earlier project.
I have a typical requirement as follows :
User will be able to...