View Poll Results: Described features will be:

Voters
1. You may not vote on this poll
  • very useful

    0 0%
  • somewhat useful

    1 100.00%
  • waste of time

    0 0%
Results 1 to 2 of 2

Thread: new features request?

  1. #1
    Join Date
    Jan 2005
    Posts
    22

    Default new features request?

    Hi,

    I wonder where is a good place to submit 'feature requests'? (I know, ideally it's 'do it yourself and submit the code', but probably someone already implemented it?...) Very small thing for now: xml config file, <property> tag, be able to set "constant" value as an attribute for <property> tag, that is:

    <property name="url" value="jdbc:xxxxx"/>

    This should decrease file size significantly, especially if separate config file is not used.

    Also, another feature: introduce 'JSTL'/"ANT" like variables. That is be able to reference properties set somewhere else in the file (not necessarity bound to beans):

    <property name="APP_NAME" value="TEST/>
    <beans>
    <bean id="xxx"....>
    <property name="applicationName" value="${APP_NAME}"/>
    </bean>
    </beans>

    I created a poll as well... If this hasn't been done yet (in the upcoming version) and it's smth many people would want to see... well, what the heck - I might as well write this code (don't promise thought!!! )

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Generally, JIRA is the best place to submit new feature requests. The simplified <property> syntax is already being considered and will likely appear in the 1.2 release.

    We have also planned for support for basic expressions within the app context using OGNL. As yet there has been no movement on this, but I will probably start on it once I have JMX finished.

    Rob

Similar Threads

  1. OpenSessionInView and portlet support
    By garpinc2 in forum Web Flow
    Replies: 31
    Last Post: Apr 9th, 2010, 11:12 AM
  2. Replies: 17
    Last Post: Jan 2nd, 2007, 01:43 PM
  3. Hibernate Long Session Per Flow?
    By akw in forum Web Flow
    Replies: 21
    Last Post: Dec 12th, 2005, 08:06 PM
  4. Replies: 9
    Last Post: Nov 1st, 2005, 10:36 PM
  5. Loosing my SecureContext
    By sklakken in forum Security
    Replies: 3
    Last Post: Jul 21st, 2005, 01:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •