-
Archives
- April 2011
- December 2010
- November 2010
- October 2010
- July 2010
- June 2010
- March 2010
- December 2009
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- March 2009
- January 2009
- November 2008
- October 2008
- June 2008
- May 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- January 2007
- December 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- March 2006
- February 2006
- January 2006
- October 2005
- September 2005
- August 2005
- June 2005
- May 2005
- April 2005
- March 2005
-
Meta
Category Archives: general
jPOS Maven Archetype
If you use Maven, there’s an extremely easy way to create a jPOS application now: mvn archetype:generate \ -DarchetypeGroupId=org.jpos \ -DarchetypeArtifactId=jpos-archetype \ -DarchetypeVersion=1.8.2 \ -DarchetypeRepository=http://jpos.org/maven If you don’t want to use the remote archetype, you can always ‘mvn install’ jPOS … Continue reading
Posted in general
Leave a comment
jPOS Performance
When companies — specially start-ups — ask us regarding jPOS performance, they usually tell us they need to support a massive load in the 1000+ TPS range. In order to give some perspective to these requirements, we always exchange some … Continue reading
Posted in general
Leave a comment
jPOS 1.8 series
Starting in jPOS 1.8, we are going to manage jPOS builds using Maven. There’s a mvn branch soon to be merged with master. It seems 1.7.2 will be the last version of the old series managed by ‘ant’, will jump … Continue reading
Posted in general
Leave a comment
jPOS in Github
Quick note to let you know that as of subversion r3019, new jPOS development will take place in github.com/jpos. The jPOS Project Guide has been updated.
Posted in general
Leave a comment
JRuby support
/by apr/ I’ve spent a great time listening to great talks at RubyConf Uruguay organized by Cubox. Now I totally understand when they say “Old School Teamwork Fun People, Serious pros: The mix you’re looking for” in their website. It … Continue reading
Posted in general
Leave a comment
jPOS-EE Things
Inspired by this talk, I got reminded to play with EAVs in jPOS-EE. I’ve created a jPOS-EE modules called “things” that I believe it’s a good thing to have in most applications. I don’t think this is a one-size-fits-all solution, … Continue reading
Posted in general
Leave a comment
Q2 transient services
In jCard and jPTS we use the concept of Stations, we have Source Stations (SS), Destination Stations (DS), Monitoring Stations (MS), Control Stations (CS) and Cryptographic Stations (HSMS), etc. Every station usually requires a handful Q2 services (QBeans), such as … Continue reading
Posted in general
Leave a comment
jPOS 1.6.8 has been released
Just a quick note to let you know that jPOS 1.6.8 has been released (ChangeLog). This is a maintenance release that fixes several bugs and adds some reasonable defaults that can avoid some problems (i.e.TransactionManager’s paused-timeout default issue). jPOS-EE users … Continue reading
Posted in general
Leave a comment
Technology XYZ
/by apr/ There are several recurring questions that jPOS new users keep asking: I want to build jPOS in Netbeans/Eclipse/IDEA I want to log to log4j I want to run it in Tomcat/Spring/Websphere/Weblogic/JBoss (note the mix of technologies here) Here … Continue reading
Posted in general
Leave a comment
What is jCard?
/by apr/ As a follow-up to the initial post about jCard and jPTS, I’d like to explain what is jCard after all. jCard is an interface between the ISO-8583 world and a double-entry accounting system. – or better yet – … Continue reading
Posted in general
Leave a comment