forked from hmagph/sample-java-cloudant2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
28 lines (14 loc) · 863 Bytes
/
README.txt
File metadata and controls
28 lines (14 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Java Cloudant DB Web Application
This sample application demonstrates how to connect and work with Cloudant DB service on BlueMix.
Files
This starter application contains the following contents:
* WebContent/
This directory contains the client side code (HTML/CSS/JavaScript) of your application as well as compiled server side java classes and necessary JAR libraries. The content inside this directory is all you need to generate the final WAR file.
* src/
This directory contains the server side code (JAVA) of your application.
* dep-jar
This directory contains the jars that need to be copied into WebContent/WEB-INF/lib directory.
* build.xml
This file allows you to easily build your application using Ant.
* instructions.md
This file describes the Next Steps for getting started with this template.