Tuesday, October 28, 2008
RESTful PHP web services by Samisa Abeysinghe
Monday, October 27, 2008
IITC Poster
Tuesday, October 14, 2008
Internship @ WSO2
I worked as a Trainee Software Developer at IFS R & D before I came to do my undergrad studies at UCSC. Therefore I had a bit of an exposure to working environments of IT companies. But when I came to WSO2, it was a completely new experience for me. The guys come to the company to relax themselves. :) Oh yeah. They do not code much during the day. They enjoy playing Foo's ball, table tennis, carom, vii, swimming, basketball. The guys enjoy themselves during the day at Office and do the coding at home during night. Yep that's the kind of night life that they are spending :D. One day a guy was telling me that his mother told him "son you work at office during day and work during night at home. Go and enjoy your life. Do not spend too much time in front of the computer". Sadly his mother did not know that he was spending his day in a "Sports Club". :)Although they were engaged in many sports activities, guys completed the work assigned to them very well. I think this is the main reason behind the success of WSO2.
We had a Basketball Tournament within the company and our house (Wild Boars) won the tournament. We were the unbeaten side in the tournamnt. Our BB team members were Samisa, Asanka, me, Keith, Amila, Udeshika, Dimuthu, DimuthuG, Deep, Chathura, Rajika, Janapriya, Milinda, SanjayaK.
WSO2 released the project I did during my internship last month. I was soooo happy when the release was done. I got a lot of personal emails from the community regarding the project and praising me :) . Deepal ayya was my mentor during my internship. When he left for higher studies, Keith ayya became my mentor. Both these guys helped me during my internship. Specially Keith. I used to bug him a lot with Axis2 questions. He was very patient and never said that he is too busy to answer a question. It's because of their help and guidance that I could successfully complete my internship.
I would like to thank Dr. Sanjiva for giving me this opportunity and Amila, Sandakith, Charitha for selecting me from the interview. Finally I would like to tell all the WSO2 guys that " I'll be back ;) "
Following are some interesting moments from the BB final!
[ Me having the championship trophy in hand. Samisa (WB captain) congratulating me. Dimuthu and Milinda are in the background]
Venue: WSO2 car-park/BB-court
Monday, October 13, 2008
My paper got selected to IITC
Google Summer of Code Intro
Thursday, September 18, 2008
WSO2 WSF/Jython 1.0-alpha
Web Service clients written using WSF/Jython framework could invoke enterprise web services which require WS-Security. Sending binary attachments as MTOM is also supported.
WSO2 WSF/Jython is released under the Apache License v2.0.
There are two packages that comes with this release, the server side and the client side.
Client Side Features
Support for invoking Web Services in a simple clean manner
Ability to use WS-Addressing when invoking services
Ability to invoke services which require WS-Security
Ability to send binary attachments using MTOM
Server side Features
Support for exposing services written in Jython
-
DataBinding support using a simple annotation mechanism
-
Automated WSDL generation
- Ability to expose all enterprise features of Axis2 to services written in Jython
Articles
http://wso2.org/library/invoking-enterprise-web-services-using-jython
http://wso2.org/library/articles/deploying-python-service-axis2
Reporting Problems
Issues can be reported using the public JIRA at http://wso2.org/jira/browse/WSFJython
Contact us
WSO2 WSF/Jython developers can be contacted via the mailing list wsf-java-dev@wso2.org
To subscribe please send a message to wsf-java-dev-request@wso2.org
WSO2 WSF/Jython user mailing list is wsf-jython-user@wso2.org
To subscribe please send a message to wsf-jython-user-request@wso2.org
Alternatively, questions can also be raised in the forums: http://wso2.org/forum/797
Thank you for your interest in WSO2 WSF/Jython
Wednesday, September 17, 2008
Deploying a Python Service on Axis2
Axis2/Java is now able to expose a service written Python as a Web service. The underlying deployer will read the annotations and perform data-binding, schema generation. Schema generated will be passed on to the Axis2 engine, which will then perform the WSDL generation. Thereafter, a client is able to invoke the service using the WSDL generated.
Invoking Enterprise Web Services using Jython
Tuesday, September 16, 2008
Jython Web Services with Axis2 - WSO2 WSF/Jython 1.0 alpha release
You can download the source and binary distributions from the following URL.
http://wso2.org/projects/wsf/jython
You can read the following articles.
http://wso2.org/library/articles/deploying-python-service-axis2
http://wso2.org/library/invoking-enterprise-web-services-using-jython
Pleas feel free to send any feedback to our forum.
http://wso2.org/forum/797
For further details please visit our project's website at:
http://wso2.org/projects/wsf/jython
Thursday, September 11, 2008
Tool for writing TeX/LaTeX documents in Windows and Linux
Thursday, September 4, 2008
My Presentation @ WSO2 - WSF/Jython
Thursday, August 28, 2008
GSoC Final Evaluations
1) How open source projects operate.
2) How we can contribute towards these projects.
I would like to take this opportunity to thank my mentor Nandana and Rampart community for helping me to make my project a success. I would like to state that it was a privilege and a honor to be selected as a gsoc student and thank Google for organizing a program like this. I am looking forward to participating in next year's gsoc. :)
Thursday, July 10, 2008
"SUN Setting" their eyes on Python
SUN is planning to support Jython and Python languages. This will be done in their future Netbeans IDE releases. It will support Syntax highlighting with version support, Code Completion, Python/Jython support, PyUnit support, Debugger support, Python library manager, Bundled Jython Package and Execution of python scripts. Earlier this year SUN hired Frank Wierzbicki (who is leading the Jython project). I think he might be one of the forces behind this decision. So it is a good news that SUN opted to support Jython and Python.
What is Jython?
JPython was the first implementation of Python programming language in java. Then the project was moved to SourceForge and renamed Jython. Jython is a programming hybrid. It exhibits the strengths of both its parents, namely Java and Python. Since Jython is written in 100% pure java , scripts written using jython will run on top of any compliant Java Virtual Machine (JVM). Jython interpreter will support existing java libraries as if they were your own python modules.
I have been playing around with Jython for about 6 months now. I have an idea to start a mini-tutorial series out of the knowledge I gathered upto now. So stay tuned in to my blog ;)
Busy Days
- The lack of documentation of Open Source projects.
- Even though there are some documentation and code samples, some important points are left out of the documentation process. Mostly the programmer who did the project, is the one who is doing the documentation as well. Sometimes he may miss out some key factors. This is not done on purpose but it is attributed to human error. :)
- Therefore the people who use those software should adopt the trial and error method, to find out those points which were missed in the documenting process.
Ah forgot to mention some other thing. I will blog those things which I had to learn through trial and error, so you guys could benefit from it. I will blog about those things when I get a free time. :)
Monday, June 30, 2008
ANT Attack
My Dell Inspiron 1520 was attacked by ants.On last saturday I was at home watching a movie on my laptop. Suddenly I saw an ant coming out of my keyboard. I removed it and continued watching the rest of the movie. Then I was shocked to see some more ants coming out. I was thinking like "Has my laptop become an ant farm? #?@?".I managed to remove all the ants from my laptop using a blower. I searched the web and found many people who had faced the same problem. It seems like ants love the inner "plastic" parts but luckily, no harm was done to my machine. Probably some well mannered ants did take an inspection tour around my lap ;). A pal of mine(Saliya) had the same issue and he had to go through severe hardships to replace some of his keys. In the end he became proficient in repairing laptop keys. If the Sony VAIO guys saw the work he did, he would probably end up in SONY.
Sunday, June 29, 2008
Quickstart Apache Axis2 by Deepal Jayasinghe
Deepal Jayasinghe has published a book on Apache Axis2.I think this is the first book, dedicated to Apache Axis2. Deepal has been a contributing member of the Apache Axis2 project since it's origin. He is an architect and a developer of Apache Axis2 Web Service project. In addition to Axis2, he has made major contributions to Apache Synapse, Apache Axiom, and Apache XMLSchema projects. Deepal has written more than 30 technical magazine articles, research papers and has delivered speeches in various SOA and Web Services conferences. He is a Apache Web Services PMC member as well.
You can check out his book here.
Monday, June 16, 2008
WSO2 Among SD Times 100
However, for software developers, progress carried the day. Mobile developers finally understood the potential they held in their hands, thanks to the iPhone and Google's Android specification. BEA and Oracle agreed to make sweet love down by the San Francisco Bay. And GPL began to show its teeth, as the boys behind BusyBox defended their property rights.
As for project managers, they pushed forward, with forethought and purpose, into open-source projects, agile practices and distributed application life-cycle management. It was all about collaboration: social modeling, adaptive service-level agreements, dynamic service creation and everything—yes, everything—on the Web.
It was a year that went particularly meta. Meta tags were everywhere—on source code, appended to documents, pasted onto media assets and code snippets—all of them slowly funneling into the giant repositories from which enterprises increasingly live. Further meta came at the hands of virtualized test centers and virtualized deployment environments dynamically allocating resources.
In a year when most major IDEs saw significant updates, and the Mylyn project brought developers a new way of looking at their work, the individual coder was the real winner. And new managerial tools in source code systems and ALM suites made mastering the workflows and individual dynamics of coding teams more manageable.
Here then are the companies, tools and open-source projects that made December 2007 a far more productive and efficient time to code than January 2007:
Click here to view the full article.
WSO2 extends interoperability across .NET, Java
ORLANDO, USA: WSO2, the open source SOA company, demonstrated several technical collaboration initiatives to extend interoperability across Microsoft .NET Framework, Java, and other Web services platforms.
Through these initiatives, the company will link .NET with WSO2's service-oriented architecture (SOA) middleware leveraging open source projects from the Apache Software Foundation. WSO2 will also enhance the performance of its software running on Microsoft platforms. With this collaboration, enterprise customers will have more choices than ever for addressing the demands of today's heterogeneous SOAs.
The initiatives were showcased as part of the ongoing Microsoft Tech•Ed North America 2008 IT Professionals conference -- June 10-13, 2008.
The first initiative, demonstrating the breadth of interoperability across standard Web services—.NET, Java, and C-based platforms such as PHP—was highlighted at a keynote presentation by Bob Muglia, senior vice president of the Server and Tools Business at Microsoft. During the keynote, the StockTrader 2.0 demo composite application service, based on the .NET Configuration Service 2.0 and distributed Apache/WSO2 middleware components, showed how interoperable implementations of Web service protocols allow a seamless mix-and-match of the application's components, including the:
* User interface: .NET smart client and PHP Web application
* Business processing service layer: .NET and PHP
* Order processing service: .NET, Java and PHP
WSO2's support for the full WS-Security stacks in both the WSO2 Web Services Application Server, based on Apache Axis2/Java, and the WSO2 Web Services Framework for PHP, based on Apache Axis2/C, ensured enterprise-class protection throughout the process.
Click here to view the full article.
Click here to view the earthtimes.org article
Thursday, June 5, 2008
How to view a .chm in Ubuntu 8.04
As you may already know there are many computer books that come in the form of .chm file format. You can use Gnochm to view CHM files. It can be installed via Synaptic Package Manager in your Ubuntu Distribution or simply you can apt-get it.
Paul Fremantle among InfoWorld's TOP-25 CTOs
Congratulations Paul!
Monday, May 5, 2008
Basic Security Profile (BSP) 1.0 Validation for Apache Rampart
Project Proposal
Selected Apache Software Foundation (ASF) projects
Wednesday, April 2, 2008
Google Summer of Code 2008 application deadline extended !
http://code.google.com/soc/2008/