Search:

Type: Posts; User: hikage; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    805

    Survey : Spring / JEE use in production

    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...
  2. Great ! Good news :)

    Great ! Good news :)
  3. Custom namespace support improvement in Spring IDE ?

    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...
  4. Different representation for POST in Controller

    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...
  5. Bug or not ? EL processing differs between XML and Annotation

    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 {
    ...
  6. Replies
    13
    Views
    7,798

    Hi Jason, I've some private problem that avoid...

    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 ?
  7. Replies
    13
    Views
    7,798

    Thank you very much! After a few difficult...

    Thank you very much!
    After a few difficult months, I finally found a little time.
    I will improve this project very soon.
  8. To create a Bean instance of type Properties you...

    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"...
  9. [Spring 3.0M1][EL] At runtime / on use resolution ?

    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...
  10. Replies
    13
    Views
    7,798

    Hi, Thank you for the feedback ! Regarding...

    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...
  11. Replies
    13
    Views
    7,798

    Nobody has comments on this project ? If it is...

    Nobody has comments on this project ? If it is not interessting, feel free to say it :-)
  12. Replies
    13
    Views
    7,798

    Jabber/XMPP Support

    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...
  13. Replies
    30
    Views
    12,651

    Spring Certification : Feed back

    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...
  14. Replies
    1
    Views
    1,151

    Can you add a link to the subversion ? I search...

    Can you add a link to the subversion ?
    I search it on the website, but I don't find it.


    Thanks a lot :)
  15. Replies
    1
    Views
    1,604

    Does the jar are put on a maven repos ? At this...

    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.
  16. GroovyObjectCustomizer, the "documentation example" not work ?

    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...
  17. Thread: Certification

    by hikage
    Replies
    31
    Views
    15,577

    The registration will be opened the 15 of...

    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...
  18. Thread: Certification

    by hikage
    Replies
    31
    Views
    15,577

    The exam is derived from the contents of the...

    The exam is derived from the contents of the SpringCore course .

    http://www.springsource.com/web/guest/training/coreSpringSyllabus
  19. Spring events, Is it possible to persists them ?

    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...
  20. [Tomcat] Where place the hibernate mapping files?

    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...
  21. Replies
    1
    Views
    1,070

    [Spring Portlet] Requirement ?

    Do I have to use an Portal Specific Server ? Or I can Use JBoss Application Server or Tomcat to deploy Sprint Portlet MVC?
  22. [dwr] How can limit the mapping of the controller ?

    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 :
  23. Replies
    3
    Views
    1,586

    Thank you very much, it works now :)

    Thank you very much, it works now :)
  24. Replies
    3
    Views
    1,586

    Getting the current URL in the view

    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...
Results 1 to 24 of 24