2016年8月3日 星期三

Spring boot

Auto config https://geowarin.github.io/understanding-spring-boot.html

Skype class digram

https://msdn.microsoft.com/en-us/skype/websdk/objectmodel

2016年7月29日 星期五

Enable Wake-on-Lan in Windows 10

http://www.groovypost.com/howto/enable-wake-on-lan-windows-10/

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