- 1st day
- adobe reader
- advanced search
- amqp
- Ant
- apache
- application server
- architecture
- Automation
- axis2
- Bamboo
- behind
- bin file
- blinking
- c5
- carbon
- carbon5
- CI
- clustering
- component
- Continuous Integration
- curl
- drive
- elgg
- export to other formats
- ghost deployment
- gnome
- greg
- gsoc proposal
- how
- install
- integration
- internship
- Java
- Jenkins
- JNDI
- kernel
- lazy loading
- led
- Maven
- maven2
- menu
- mount
- mvn
- ntfs
- open in terminal
- OSGi
- php5
- phpmyadmin
- proxy
- rabbitmq
- register
- release
- rest
- run
- servlet
- settings
- stratos
- svn
- Test
- tie
- tie a tie
- tomcat
- transport
- ubuntu
- ubuntu10.10
- webapps
- webservices
- wifi
- windows7
- wordpress
- wso2
- wso2as
- wso2esb
- wso2server
Archives
- September 2016 (1)
- December 2015 (1)
- July 2015 (1)
- June 2015 (1)
- January 2015 (2)
- December 2014 (1)
- April 2014 (2)
- March 2014 (5)
- January 2014 (1)
- December 2013 (1)
- May 2013 (2)
- March 2013 (2)
- February 2013 (2)
- January 2013 (2)
- October 2012 (1)
- August 2012 (1)
- June 2012 (1)
- May 2012 (1)
- April 2012 (2)
- January 2012 (1)
- December 2011 (2)
- June 2011 (2)
- April 2011 (2)
- January 2011 (1)
- November 2010 (4)
- October 2010 (1)
- July 2010 (1)
- February 2010 (2)
- September 2009 (1)
Twitter Updates
- RT @Imesha94: @ballerinalang Shell — A REPL for Ballerina by Sunera Avinash link.medium.com/KLFT6GfXheb 1 day ago
- RT @EntInsider: Ever wondered how the sound effects in "A Quiet Place" were made? https://t.co/wdGKQUqmTj 2 weeks ago
- RT @lafernando: HTTP Deep-Dive with Ballerina: Services medium.com/ballerina-tech… #ballerinalang #http #services #microservices 1 month ago
- RT @WheatNOil: The mRNA vaccines (Pfizer and Moderna) are kind of brilliant at a science level. I’ve had a few people in my real non-Twitte… 2 months ago
- RT @github: We want to empower every developer and company to be able to deliver great software. To do that, we focus on building the best… 2 months ago
Tag Archives: carbon
WSO2 Carbon Kernel 5.0.0 Released
The WSO2 Carbon Team have recently announced the new release of WSO2 Carbon Kernel 5.0.0. It is now available to download from here. The source and tag location for this release are available here. What’s new in 5.0.0? WSO2 Carbon Kernel 5.0.0 … Continue reading
OSGi Multi-Tenancy with Regions – Case Study
Proposal WSO2 Carbon is an OSGi based server framework. One of the core features of the upcoming WSO2 Carbon 5.0 (C5 kernel) is to provide multi-tenacy aspect at server framework level. In previous carbon versions, the multi-tenancy aspect was limited to run-time … Continue reading
Things to consider when writing WSO2 Carbon Components and Features
In this post, I’m looking at some important things to consider when writing WSO2 Carbon based components and features. But most of them are common and can be used for other development related activities as-well. Contents focused in this post are … Continue reading
Simplifying maven release process with nexus staging and maven release plugin for WSO2 git repositories
WSO2 Carbon Kernel is a base platform for all the products of WSO2. With the new version of carbon kernel – 4.3.0, WSO2 has moved to git based source code configuration management (SCM). All the code base is now moved … Continue reading
WSO2 Carbon Kernel 4.3.0 Released
WSO2 Carbon Team has just finished with their new release of WSO2 Carbon Kernel 4.3.0 which is the very first release of WSO2 Carbon based on GitHub. Here is the release note from WSO2 Carbon Team. WSO2 Carbon team is … Continue reading
How WSO2 Carbon Works
I recently wrote an article on understanding WSO2 Carbon Architecture and how stuff works underneath. This article basically explains about how the server function at run-time with illustrations. Here is the summary and the contents covered in this article. Summary … Continue reading
Introducing WSO2 Carbon 5 (C5)
Carbon 5 will be the next generation of WSO2 Carbon Platform. Over the years, the existing carbon platform was used to build different set of products at WSO2 and helped implementing many solutions. The platform has gained maturity over time. This … Continue reading
Access Cabon Data Sources within webapps in WSO2 Application Server
In a previous post of mine, I explained on how we can register JNDI Resources within webapp that are hosted in WSO2 Application Server. In this post I will be explaining about How we can access Carbon Data Sources, using … Continue reading
How to register servlets in WSO2 Carbon based products
I wanted to register servlets with WSO2 Greg(Governance Registry), but couldn’t do it with normal way. That is, registering the servlets in web.xml. In wso2 based products we can write our own OSGi bundles where for each feature we have … Continue reading