amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: February 2012
http://amilamanoj.blogspot.com/2012_02_01_archive.html
Amila Manoj's Blog :. Wednesday, February 1, 2012. Using Apache Thrift with Maven. When you use Thrift for your project, you have to manually generate the sources, put them inside your source folder and build. Does the work for you when you execute the maven build. However, this plugin is not yet available on maven central repositories, therefore you have to add developer's repo. to your project pom. Then, as described in the plugin's project page, you have to:. 3 Include the dependency for libthrift.
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: March 2012
http://amilamanoj.blogspot.com/2012_03_01_archive.html
Amila Manoj's Blog :. Sunday, March 18, 2012. I recently started learning Ruby. As a part of "Software Engineering for Software as a Service" online course. Offered by University of California, Berkeley. Since I am mostly experienced with java, I found some differences to be interesting. Ruby is object oriented. But everything is an object. Even primitive types such as integers are objects. Will return a list of methods that it will respond to . Even though objects have types, variable don't have types.
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: Secure WebSockets with Jetty
http://amilamanoj.blogspot.com/2013/06/secure-websockets-with-jetty.html
Amila Manoj's Blog :. Sunday, June 23, 2013. Secure WebSockets with Jetty. Websockets is a protocol that runs on top of TCP and allows server to push data to the client, unlike with HTTP. Let's see how to use WebSockets with TLS using Eclipse Jetty. Add following dependencies to the project POM. Orgeclipse.jetty.websocket /groupId. Orgeclipse.jetty.websocket /groupId. Create a websocket by annotating with @WebSocket. Orgeclipse.jetty.websocket.api.RemoteEndpoint. RemoteEndpoint remote ;. Orgeclipse.j...
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: January 2012
http://amilamanoj.blogspot.com/2012_01_01_archive.html
Amila Manoj's Blog :. Saturday, January 14, 2012. Volunteer Computing: An Introduction. As the technology advances and research areas widen, demand for computational power increases day by day. Such computational demands can be mainly observed in several categories. Physical simulations from molecular level to universe level, analysis of large data from optical telescopes, gene sequencers, gravitational wave detectors, particle colliders and biology-inspired algorithms are some of those categories. Also ...
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: July 2012
http://amilamanoj.blogspot.com/2012_07_01_archive.html
Amila Manoj's Blog :. Sunday, July 1, 2012. Motion Controlled 3D Flight Simulator. I came across this today while going through my PC's hard drive. This is an exhibit we made back in 2010 for exhibition "Exmo" held in University of Moratuwa. It was also exhibited in Techno, Infotel and Deyata Kirula Exhibitions. This kind of things may be quite common these days. However I'm happy that this was an original idea at that time. The program processes webcam feed frame by frame. We used blob counter. Written ...
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: Creating OSGi Bundles with Maven Bundle Plugin
http://amilamanoj.blogspot.com/2012/09/creating-osgi-bundles-with-maven-bundle.html
Amila Manoj's Blog :. Thursday, September 27, 2012. Creating OSGi Bundles with Maven Bundle Plugin. Is a framework specification to create java applications based on a complete and dynamic component model. That means your application can be entirely consisted of cohesive and loosely-coupled modules. These modules are called "bundles" in OSGi jargon. Build-Jdk: 1.6.0 35. There are manifest headers specific to OSGi so that runtime can recognize the jar file as a bundle ( and more). Bnd. Goto File- New Proj...
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: AS2 Protocol
http://amilamanoj.blogspot.com/2012/04/as2-protocol.html
Amila Manoj's Blog :. Wednesday, April 25, 2012. Is a protocol that describes how to exchange structured business data securely using the HTTP transfer protocol. Structured business data exchanged using AS2 protocol can be,. Electronic Data Interchange (EDI) in either the. UN Electronic Data Interchange for Administration, Commerce, and Transport ( UN/EDIFACT. The American National Standards Committee (ANSI) X12 format. XML or any other structured data formats. Content Types and AS2. Application/EDIxxxx ...
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: September 2012
http://amilamanoj.blogspot.com/2012_09_01_archive.html
Amila Manoj's Blog :. Thursday, September 27, 2012. Creating OSGi Bundles with Maven Bundle Plugin. Is a framework specification to create java applications based on a complete and dynamic component model. That means your application can be entirely consisted of cohesive and loosely-coupled modules. These modules are called "bundles" in OSGi jargon. Build-Jdk: 1.6.0 35. There are manifest headers specific to OSGi so that runtime can recognize the jar file as a bundle ( and more). Bnd. Goto File- New Proj...
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: April 2012
http://amilamanoj.blogspot.com/2012_04_01_archive.html
Amila Manoj's Blog :. Wednesday, April 25, 2012. Is a protocol that describes how to exchange structured business data securely using the HTTP transfer protocol. Structured business data exchanged using AS2 protocol can be,. Electronic Data Interchange (EDI) in either the. UN Electronic Data Interchange for Administration, Commerce, and Transport ( UN/EDIFACT. The American National Standards Committee (ANSI) X12 format. XML or any other structured data formats. Content Types and AS2. Application/EDIxxxx ...
amilamanoj.blogspot.com
:: Amila Manoj's Blog ::: September 2011
http://amilamanoj.blogspot.com/2011_09_01_archive.html
Amila Manoj's Blog :. Thursday, September 22, 2011. Running / Debugging Apache Axis2 inside IntelliJ IDEA. Getting the source and Building. Open Axis2 source with IDEA. Run/debug Axis2 within IDEA. Is a famous web services engine and toolkit which is heavily used in industry. Sun JDK 1.6. IntelliJ IDEA 10.5. Make sure you've correctly installed Sun JDK, Maven2 and SVN. (refer to my previous posts for details). 4Getting the source and Building. Create the folder where you want to get sources. Dlog4j.c...