Money in, money out
Design and development of a real time matching engine to provide insights into liquidity for funding forecasts and regulatory requirements.
Java, BDD/TDD, JUnit/TestNG, Maven, Coherence, Spring Core, Spring Data, Spring Boot Micro Services, IBM MQ, Maven, Jira, TeamCity
Too Much Technology
“Healthcare companies today are solving the medical problems that our technological society has created. Diabetes, heart disease, and obesity. The cure isn’t more technology and medicine…the cure is that these people need a reason to live.”
Downloading maven settings from nexus
mvn org.sonatype.plugins:nexus-maven-plugin:settings-download
http://www.sonatype.com/books/nexus-book/reference/settings-sect-downloading.html
eclipse vibrant ink search results headache
The Eclipse color theme plugin makes its simply to switch to the Vibrant Ink theme. However, when doing a search (eg. find references) highlighted matches are a little tricky to see! To change this:
General–>Editors–>Text Editors–>Annotations–>Search Results
(I just changed “Text as” to Squiggly Line)
Risk and tribal language / Counterparty Credit Risk
Whenever you start on a new project there’s always a certain amount of tribal language to decode. A colleague of mine kept talking about a system that “calculates IRC”. When I asked what IRC was, he didn’t know….
Here’s the best reference I found for developers looking to understand Counterparty Credit Risk.
Auto create builder pattern code in eclipse
Looking at legacy code with lots of unwiedly constructors. Whilst mocking needing something to create all the boiler plate builder code and found this plugin that works with Juno too. http://code.google.com/p/bpep/
Ignoring fields in JPA with xml mappings
You’ve got a xml file that you need to persist to the database and you don’t really want to use low level parsing and jdbc.
- Use trang to create a xml schema for the xml files
- Use xjc to create the java objects
- Use jpa with xml mapping to persist so there’s no need to touch the generated source form xjc. For fields you don’t care about map them as transient.. e.g.
Spring roo reverse engineering HSQL
When “database introspect –schema no-schema-required” after setting up a hsql db you may get “no driver class available”.
Install the “wrapping” addon: