Friday, August 29, 2008
Google adds for my name
Spring Web services with Axis2 – WSF-Spring 1.5 release
WSF-Spring is Axis2 integration into Spring framework. So you can use the power of Axis2 while you are in spring environment. So this is simply a way of using Spring web services with Axis2.
You can download the source and binary distributions from the following
URL.
Project's website - downloads : http://wso2.org/downloads/wsf/spring/
Pleas feel free to send any feedback to our forum
http://wso2.org/forum/462
or our mailing lists
http://wso2.org/mail#wsfspring
For further details please visit our project's website at:
http://wso2.org/projects/wsf/spring
Thursday, August 28, 2008
IntelliJ IDEA 8: Beyond Java
http://www.infoq.com/news/2008/08/intellij_8_M1
Wednesday, August 27, 2008
10 fundamental differences between Linux and Windows
- Full access vs. no access
- Licensing freedom vs. licensing restrictions
- Online peer support vs. paid help-desk support
- Full vs. partial hardware support
- Command line vs. no command line
- Centralized vs. noncentralized application installation
- Flexibility vs. rigidity
- Fanboys vs. corporate types
- Automated vs. nonautomated removable media
- Multilayered run levels vs. a single-layered run level
Monday, August 25, 2008
Apache Axis2 1.4.1 Released
Axis2 team is proud to announce the release of Apache Axis2 version
1.4.1. Apache Axis2 1.4.1 fixes a security vulnerability present in
Apache Axis2 1.4 policy processing.
Downloads are available at:
http://ws.apache.org/axis2/download.cgi
The Maven2 main repository has the latest jars as well.
Apache Axis2 is a complete re-design and re-write of the widely used
Apache Axis engine and is a more efficient, more
scalable, more modular and more XML-oriented Web services framework. It
is carefully designed to support the easy
addition of plug-in "modules" that extend its functionality for features
such as security and reliability.
Known Issues and Limitations in 1.4.1 Release:
- - Please see JIRA for the current status of bugs
We welcome any and all feedback at:
- - axis-user@ws.apache.org (please include "[axis2]" in the subject,
please subscribe first)
- - axis-dev@ws.apache.org (please include "[axis2]" in the subject,
please subscribe first)
- - http://issues.apache.org/jira/browse/AXIS2
Thursday, August 21, 2008
Web services class at Georgia Tech
Today I got a very valuable chance to teach a graduate class at Georgia Tech , it is interesting because I am just starting my graduate classes this fall . It was a guest lecture about Web services and Axis2. Professor Calton Pu , has to attend a conference so he requested me to do a guest lecture in his class today. I know teaching Axis2 is not such a difficult task for me , because most of the time I live with Axis2. But teaching a graduate class was bit of challenge for me , and second it made me somewhat nervous because that was the first time I did a lecture in a university. Anyway I believe I tried my best to make it simple , since the class consist of people from different areas. Teaching Web services to graduate who is doing research on Robotics or Multimedia is kind of dull job , its not there interest area.
Monday, August 18, 2008
All members of initial Axis2 team are now in US
It is almost four years we have started Axis2 , withing this small time period Axis2 has became the de-factor Java Web service framework. A number of large companies uses Axis2 in production , while well know universities are using Axis2 for various research purposes. Regardless of the usage of Axis2 , when we start Axis2 there were only five full time people working on the project. Which included , Srinath Perera , Eran Chinthaka , Ajith Ranabahu, Chathura Herath and myself. We all did our best to make what we were doing a great product. And now we can happy we have done something useful.
The most important thing is all of the initial people who wrote Axis2 , are now doing their graduate studies in USA. I personally consider that as a great achievement as far a project is concerned. Now Axis2 is a rich project with hundred of developers , let's wait and see how many more people from Axis2 will come to do the graduate studies.
Guide to Performance and Runtime JVM Monitoring
Read full story
Friday, August 08, 2008
Send and receive binary data with Axis2
I recently wrote an article explaining how to use binary data support with Axis2. That mostly covers the writing binary aware service.