I've been working with a rules engine product recently that stores all of it's instructions in XML files. To support their rating algorithms, my company now has over 11,000 XML files stored in over 800 directories. These files can relate to one another...
Home » Archives for June 2016
Spring Controller With Groovy HTML Generation
in
Groovy,
Spring
- on 4:21 PM
- No comments
I was working on a small Java POC and wanted to be able to quickly generate some HTML, so I decided to try Groovy's MarkupBuilder. In theory it meant that I had a single file that handle the entire view, instead of shipping the rendering work off...
CICS Web Converse
in
CICS,
Spring
- on 11:25 AM
- No comments
I work in a shop that has a lot of CICS assets, and as our systems evolve the CICS applications need to connect to systems that reside elsewhere, often exposed via HTTP. Many of these new services are being exposed via REST.
In the past we've connected...
Extension to MarkupBuilder to Support Dot-Notation
in
Groovy
- on 10:32 AM
- No comments
I'm working with a system that accepts XML as input to it's services, and there are times that the XML I need to generate is several layers deep, like so.
<session id="$sessionId">
<data>
<policy>
<line>
...