I should clarify myself, I really meant "Almost no one in the java world seems to use dynamic XML for *configuration*"
On Tue, Feb 19, 2013 at 7:09 AM, phil swenson <[email protected]> wrote: > Part of the problem is almost every example of any project I see that > talks about "spring integration" has XML based examples. Example: > http://camel.apache.org/spring.html > > Looking at the Java Configuration stuff for spring now, looks interesting. > > For the expression stuff in spring XML like this: <property > name="username" value="${jdbc.username}"/> > anyone know what they are using to process the XML? Almost no one in > the java world seems to use dynamic XML like this. > > I see this as well, which appears to be different: > http://static.springsource.org/spring/docs/3.0.x/reference/expressions.html > > Looks like a different syntax for the expressions #{expression} > > On Tue, Feb 19, 2013 at 2:40 AM, rakesh mailgroups > <[email protected]> wrote: >> sorry, pressed send before I meant to..... >> >> >> And Spring 3 introduced Java configuration. >> >> Thats right, you can have a Spring project with next to zero XML. >> >> Get your facts right people!!!! >> >> Rakesh >> >> >> On Tue, Feb 19, 2013 at 9:38 AM, rakesh mailgroups >> <[email protected]> wrote: >>> >>> Hi guys, >>> >>> remember a few years ago when Java was under the mistaken believe it was >>> slow? Of course this wasn't a believe held within the community because we >>> knew Sun had done a lot of work to improve the JVM. >>> >>> Frustrating wasn't it? >>> >>> Well I see a similar situation with Spring. >>> >>> Spring means XML hell right? >>> >>> WRONG! >>> >>> For at least 3 years there's been annotations for wiring >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Java Posse" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/javaposse?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/javaposse?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
