Hello,
I will soon offer a presentation on Spring 3.1 in a few weeks.
And I would like to have an overview of the use of Spring and JEE production in early 2012.
With this in mind, I created a...
Type: Posts; User: hikage; Keyword(s):
Hello,
I will soon offer a presentation on Spring 3.1 in a few weeks.
And I would like to have an overview of the use of Spring and JEE production in early 2012.
With this in mind, I created a...
Great ! Good news :)
Are there plans to improve support for custom namespaces in Spring IDE?
Currently in order to support a custom namespace by Spring IDE, you must create a specific extention.
For Jetbrains...
Is it possible to have a unique post method to handle different content type as input.
@RequestMapping(value = "new", method = RequestMethod.POST)
public String processEditNew(@ModelAttribute...
When used with prototype scope ( or request scope in Web ), the EL are processed differently if they are set with @Value annotation, or by XML.
Code sample :
public class BeanA {
...
Hi Jason,
I've some private problem that avoid me to work on this project.
If you are interested, I can put the sources on Google Code in order to share my work, to allow you to improve it ?
Thank you very much!
After a few difficult months, I finally found a little time.
I will improve this project very soon.
To create a Bean instance of type Properties you can use the class PropertyFactoryBean
<bean id="myProperty" class="org.s.b.f.c.PropertiesFactoryBean">
<property name="location"...
I had misunderstood or expressions should be resolved on use at runtime?
According to a simple test, it does not seem to be the case:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Hi,
Thank you for the feedback !
Regarding your question, the answer is simple. Initially, I introduced two interface:
OneWayPacketListener - which notifies a Observer the arrival of new...
Nobody has comments on this project ? If it is not interessting, feel free to say it :-)
Hi all,
In order to propose the jabber transport for Spring WebService, I started a XMPP / Jabber moduleto help to use of the API Smack with Spring.
In the end, this unit is no longer used in...
As I pass the certification Spring, I give you a feedback of my preparation and of the exam.
I work all days with Spring at myjob, but also in my free time. I am Spring Leader on a French portal...
Can you add a link to the subversion ?
I search it on the website, but I don't find it.
Thanks a lot :)
Does the jar are put on a maven repos ? At this time, I can't create a Spring WS 1.5 projet with the associate archetype.
I try the Groovy integration with Spring, and I've a little problem with the GroovyObjectCustomizer.
I use the documentation exemple
public final class SimpleMethodTracingCustomizer...
The registration will be opened the 15 of january, so, more information will surely be available on this date :)
But according to the information I have, it is necessary to have attended the...
The exam is derived from the contents of the SpringCore course .
http://www.springsource.com/web/guest/training/coreSpringSyllabus
Hi all,
it possible to persist the events in order to recover them after an application crash ?
I know that it's the purpose of a JMS server, but we are not allowed to use them, so we are...
Hello,
I'am coding a Webapp with Spring 1.2 & Hibernate.
And I've this :
<bean id="mySessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property...
Do I have to use an Portal Specific Server ? Or I can Use JBoss Application Server or Tomcat to deploy Sprint Portlet MVC?
Hello
I try the DWR framework for Ajax, It works fine alone, but there is an integration with Spring, so I want tu test it.
But I've a problem.
In all example on the net, I've seen this :
Thank you very much, it works now :)
Hello,
I've to provide a system to change the language from the current page.
To this, I've just to add the parameter siteLanguage=en or siteLanguage=fr in the url of the current page.
But...