Hi,
I think the new Blog needs to wrap every post inside a white background container just like last time. It's very hard to read the posts.
Thanks ^^
Donny
Type: Posts; User: fenrir; Keyword(s):
Hi,
I think the new Blog needs to wrap every post inside a white background container just like last time. It's very hard to read the posts.
Thanks ^^
Donny
Hi,
I encountered this error message when the application tried to load the flows and views from classes/META-INF:
java.lang.IllegalStateException: A ContextResource is required to get...
Hi guys,
Does CustomCollectionEditor always convert values from multiple select to Collection of Collections of Object?
Below are the classes and I made them shorter to make it easier to read
...
I think you need to annotate your 'user' bean with @ManagedBean and let it scanned by component-scanner.
This framework looks cool :D
But I'm confused with the license of this project. In your post it's Apache but in Wiki it's GPL. Which license is the right one?
Hi Dustin,
It looks very cool. I've been waiting for this. Is this a release version?
Hi ppl,
I just created a humble project in googlecode (jqplugins.googlecode.com) to host JAR(s) of jQuery plugins. The JAR is accessible to dependency manager like Maven/Ivy/Gradle.
Currently,...
Hi Ben,
I think the plugins support for Spring Roo is really cool. But my only concern is the XML configuration. It would be nice if Spring Roo provides builders to hide the complexities of XML...
Thanks a lot. It's very helpful :D
If you compare the contents between SIA with Pro Spring, for particular part, for example ibatis... SIA only shows you how to configure and a bit of the code how to implement DAO support. But in Pro...
IMHO, its worth buying. The price is reasonable for its thickness. It also covers wide range of topics that won't covered in Spring Reference and Spring Recipes. For example in remoting, it teaches...
I just found another book, Pro Spring 2.5. Spring Recipes + Pro Spring 2.5 = The Bible of Spring 2.5. Pro Spring 2.5 is like Spring Recipes but with shorter examples. It covers a lot of topics,...
Wow, so that means I can also wire any Spring Bean directly to the aspect configured in Spring way? This is great, I will try this :)
Thanks a lot Ramnivas!!!
Donny
As you suggested, I have posted it as an improvement issue at Spring JIRA: http://jira.springframework.org/browse/SPR-5117
Thanks a lot for the help, Marten!!! :)
Thanks Marten,
I never knew that load time weaver always run before application context loader. I think I'll stick to proxy-based AOP because the auditing part is just a small part of my project....
Hi Marten,
I use the load time weaving. What is the best/common approach in this situation? Should I go with the proxy based or by weaver?
Thanks!!
Donny
Need help here. How to retrieve a Spring Bean from @AspectJ classes? I use AspectJ instead of Spring AOP. I need to write a simple Audit Trail Aspect that write to the database, but I want to use...
My current wish list for Spring Desktop:
- Annotations for catching events
- XML for designing the UI (easy to build custom components)
- Easy threading. Threads are difficult to manage.
- Easy...
How do you validate when using Annotated Controller?
So far the only way I use is to inject the Validator object and use it to validate the command bean.
Is there any better way?
Thanks ;)
try this link:
http://forum.springframework.org/archive/index.php/t-33414.html
I think you forgot to include the hibernate.jar in the lib directory.
Need help!!
I finally manage to get OpenJPA running. But when I shutdown my Tomcat, the application didn't terminate successfully... Could you guys help me on this? Thanks!!
Below are the error...
I use Spring 2.5.1 and OpenJPA 1.0.2 on Tomcat 6
My configurations:
<bean id="transactionManager"
class="org.springframework.orm.jpa.JpaTransactionManager"
...
Is it considered good or bad to use import resource to initialize all beans in the classpath
for example, I have one spring context per bean (for dao, service, controller)
...
would you provide a spring-ws package with its dependencies for version 1.5?
thanks :)