2016年7月26日 星期二

MOBICENTS SIP SERVLET EXTENSION TO ARQUILLIAN TUTORIAL & SIP Test Frameworks

https://telestax.com/mobicents-sip-servlet-extension-to-arquillian-tutorial/ http://blog.morethanspec.com/2011/09/sip-test-frameworks-and-jslee-services.html

introduction-to-sip

https://telconotes.wordpress.com/2013/02/17/introduction-to-sip/ https://telconotes.wordpress.com/2013/05/15/sip-invite-to-from-headers/ http://www.tutorialspoint.com/session_initiation_protocol/session_initiation_protocol_quick_guide.htm

2016年7月22日 星期五

JBOSS Debugger 設定

http://luckylarry.co.uk/programming-tutorials/jboss/how-to-setup-debugging-in-eclipse-for-jboss/
Troubleshooting with JAIN SLEE
https://groups.google.com/forum/#!topic/mobicents-public/JxUt0s2PAo8

Adding external Jar file into JAIN SLEE application

1. Add library folder into project example: library, and add pom.xml and libray-jar.xmlas below:













2. Assign proper groupid, name, version, library-name, library-vendor, library-version
library/pom.xml






























library-jar.xml












3. Add module into the parent pom.xml, library needs to be build before sbb and du

4. Add dependency into sbb/pom.xml














5. Add library-ref into sbb-jar.xml












6. Add dependency into du/pom.xml











7. Build the project with: mvn install , start JBOSS server and test accordingly

2016年7月9日 星期六

How to make a method thread-safe in Java?

http://www.programcreek.com/2014/02/how-to-make-a-method-thread-safe-in-java/

2016年7月8日 星期五

How to Easily Load Test With Open Source Tools

https://dzone.com/articles/how-to-easily-load-test-with-open-source-tools

Creating Object Pool in Java


https://dzone.com/articles/creating-object-pool-java