cloudbees toolkit for eclipse

Post on 11-Jan-2015

883 Views

Category:

Technology

4 Downloads

Preview:

Click to see full reader

DESCRIPTION

CloudBees Toolkit for Eclipse

TRANSCRIPT

http://clean-clouds.com

CloudBees Toolkit for Eclipse – Java PaaS

http://clean-clouds.com

http://clean-clouds.com

CloudBees Eclipse Plugin

http://clean-clouds.com

CloudBees Eclipse Plugin

http://clean-clouds.com

CloudBees Eclipse Toolkit

http://clean-clouds.com

Validate your CloudBees Account

http://clean-clouds.com

CloudBees Perspective in Eclipse

http://clean-clouds.com

Repository as a Service

http://clean-clouds.com

Create a New Repository

http://clean-clouds.com

Configure: Email Notifications

What if like to be notified when someone commits to your repository?

HTML Format3 Mail IDs

http://clean-clouds.com

Commit or Push Notification in HTML Format

http://clean-clouds.com

Sample CloudBees Project & SVN

http://clean-clouds.com

Create New CloudBees Project

http://clean-clouds.com

SVN Repository: Configuration Error

http://clean-clouds.com

How to ADD SVN Repository in Eclipse?

Go to Window -> Preferences

http://clean-clouds.com

How to ADD SVN Repository in Eclipse?

http://clean-clouds.com

How to ADD SVN Repository in Eclipse?

http://clean-clouds.com

How to ADD SVN Repository in Eclipse?

http://clean-clouds.com

CloudBees Project

http://clean-clouds.com

CloudBees Web Configuration File

<?xml version="1.0"?><cloudbees-web-app xmlns="http://www.cloudbees.com/xml/webapp/1"> <!-- Application ID (formatted CB_ACCOUNT/APPNAME) --> <appid>APP_ID</appid>

 <!-- Extra context parameters --> <context-param>   <param-name>PARAM_NAME</param-name>   <param-value>PARAM_VALUE</param-value> </context-param>

 <!-- DataSources (use names refererenced via <resource-ref> in WEB-INF/web.xml) --> <resource name="jdbc/DATASOURCE_NAME" auth="Container" type="javax.sql.DataSource">   <param name="username" value="DB_USER" />   <param name="password" value="DB_PASS" />   <param name="url" value="jdbc:cloudbees://DB_NAME" /> </resource></cloudbees-web-app>

http://clean-clouds.com

Configuration Parameters

<?xml version="1.0"?><cloudbees-web-app xmlns="http://www.cloudbees.com/xml/webapp/1">   <!-- context parameter -->   <context-param>       <param-name>accessKey</param-name>       <param-value>${key}</param-value>   </context-param>      <!-- Database resource -->   <resource name="jdbc/myDB" auth="Container" type="javax.sql.DataSource">       <param name="username" value="${db.username}"/>       <param name="password" value="${db.password}"/>       <param name="url" value="jdbc:mysql://ec2.xyy:3306/myDB"/>   </resource></cloudbees-web-app>

An application deployed with this cloudbees-web.xml file is expecting to have three configuration parameters available at runtime (key, db.username, db.password)

# bees config:set key=r434133edt# bees config:set -a myappid db.username=mydbuser # bees app:deploy -a myappid -P db.password=mydbpassword  build/myapp.war

http://clean-clouds.com

Simple Project with Single Servlet

http://clean-clouds.com

RUN@local

http://clean-clouds.com

RUN@local

http://clean-clouds.com

RUN@cloud

http://clean-clouds.com

Commit Project to CloudBees SVN

http://clean-clouds.com

Commit Project to CloudBees SVN

http://clean-clouds.com

Compare Files

http://clean-clouds.com

Thank You

top related