Hey,
Thanks for interest on and patients on this. We are using eclipse and idea editors in development. Our projects structure in eclipse looks similar to the one that you shown in the...
Type: Posts; User: srcfrguser; Keyword(s):
Hey,
Thanks for interest on and patients on this. We are using eclipse and idea editors in development. Our projects structure in eclipse looks similar to the one that you shown in the...
Thanks for your reply. I understand the layers in general architecture and we try to strictly follow layering.
Things that we are struggling with is, using Spring in layer and vertical...
Hello All,
We have multiple applications and libraries. These are developed by multiple teams across the organization. To avoid confusion and to have complete control over dependency we would like...
Hello All,
We are in the process of architecting / developing middle-ware libraries based on the Spring framework. These will then be distributed as Jar files.
These middleware jar files will...
Hello All,
We have a strange requirements. i.e. we need to create set of connection pools and for each connection within the pool security policy needs to be applied. In our scenario this policy...
Still awaiting expert opinion / suggestions on this . Please
Hello All,
we are developing set of re-usable / middleware components namely Auditing, logging, security, persistance and few more.
All these are developed using Spring framework, packaged and...
Hello All,
I am trying to expose Spring bean in Weblogic 9.2 console.
For some reason I am unable to see any Spring beans that are resigistered.
I have copied console-ext-server.jar file in the...
Thanks ,
My LoginView class looks as follows:
public class LoginView extends AbstractXsltView {
public Source createXsltSource(Map model, String root, HttpServletRequest req,...
I am not going far with this!.
Is there any reason why my XSLT is not loading.?
I am deploying as war file and the directory structure as follows:
WEB-INF
|---xsl
|--login.xslt
...
Hello All,
I am new to Spring MVC. As part of the requirement we are suppose to use XML / XSL as view technology. Since the document is very limited I started browing this forum and found simple...
Thanks Marten,
The moment I change to Spring2.0 DTD or schema Eclipse starts cacheing resources from remote site i.e from www.springframework.org. We work in a remote / secure place where we...
Hi All,
Can I use SpringIDE 1.3.6 with Spring 2.0 dtd and schema's.
I saw some screenshots about Spring2.0 dtd and using schema's. Is this already implemented or is that just a preview.?
I...
Hi All,
We have existing non Spring J2EE application.
We are in the process of introducing Spring layer by layer and first thing we want to do is introduce SpringJDBC in JDBC layer only and not...
Thanks for your reply.
Since C app is third-party software we do not have any control to change any part of the C app. But they were kind enough to provide us Servlet to integrate with Java...
We are trying to integrate new web applaction with a legacy system developed in C/C++ application.
Legacy application has java interface as "Servlet" which can accepts incoming requests. Only...
Thanks Jess,
Now it is much clear.
Thanks for your reply Jess,
I am thinking of using Spring-configured MessageListener.
FileName is dynamic, which will be part of the message.
From your reply I kind of got an idea, but still not...
Hello everyone,
We have a big process running and send messages to JMS Queue as and when it finishes the validation with that record.
another process which is a subsriber to JMS queue will...
Hi,
I need to process both.(non-XML file and XML file) there are 2 different types of file to be processed.
As I process each file, first step is to load into DB and then create valueobject for...
Hello All,
I am new to this forum and Spring. Please go easy with me.
I am using Spring from past few months. One of the area of our application requires processing huge flat files(around 2GB)...