How do you do implement it ?
Type: Posts; User: 4promachos; Keyword(s):
How do you do implement it ?
so can I have a way to wray the appender so that I can inject my spring bean inside that class? :cool
I have found this post but i don't understand how to make it in spring?...
hello
I am trying to write a custom Log4J by extending AppenderSkeleton class provided by Log4j, but I can't have the dependency injection realizaed in HibernateAppenderDAO class
My variable ...
I figured it out , the correct configuration is :
thanks for helping .
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
Environnement
-Jboss 4.2x + HSQL database
-spring 2.5.6 :cool:
-EJB3
My test client in Java bellow . I've checked the jndi list on my jboss 4.2x but i can't figure out why spring cannot...
1/ I have a large existing database , I used Hibernate tools to retrieve the Java Pojo mapping, I would now like to use Spring Roo capability to build on a Web application
2/ I don't understand...
I've put some Example Code on google Code at this adress:
http://code.google.com/p/artaud/source/browse/#svn/springbatch
You can find each Examples under com.batch.*
Case 1 : Hello World
...
you can use Xstream ,it's very simple to use . :)
Follow the sample in the reference doc at this link...
I can manage to couple ItemReader using Spring batch and Apache Velocity .
It is possible to wrap VelocityEngine "replacement" within Spring batch ItemProcessor
My aim is to :
1/ start from a...
Miss up the javadoc associate :
15/03/10 12:07:00 CET: Can't download javadoc for artifact org.springframework.batch:spring-batch-core:2.1.0.RELEASE
15/03/10 12:07:05 CET: Can't download javadoc...