Category Archives: paas
Java PaaS : Building multitenant applications
This shows you how to write multitenant applications. If you haven’t already, please read the following two posts before you read this. Those two sets the stage for the rest of this post. Java Paas : Building your first app … Continue reading
Java PaaS : Handling authentication in your web apps
In getting started with webapp development on Java PaaS, I briefly mentioned how to handle authentication for your web applications. Configuration is the same when you’re trying to configure form based authentication in Tomcat. <login-config> <auth-method>FORM</auth-method> <realm-name>Jwitter Auth</realm-name> <form-login-config> <form-login-page>/profile.jsp</form-login-page> … Continue reading
Java Paas : Building your first app
This is a step by step guide to show you how to build your first web application and host in WSO2 StratosLive. We’ll be creating a simple Twitter like webapp using Carbon Studio. Here goes. P.S: Use a browser that … Continue reading