-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (75 loc) · 5.43 KB
/
Copy pathindex.html
File metadata and controls
96 lines (75 loc) · 5.43 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Cloudninja-for-java by PersistentSys</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/PersistentSys/cloudninja-for-java">Fork Me on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1 style="text-transform: none">CloudNinja for Java</h1>
<h2>Multi-tenant Java application for Windows Azure</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<section id="downloads">
<span class="inner">
<a href="https://github.com/PersistentSys/cloudninja-for-java/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/PersistentSys/cloudninja-for-java/tarball/master" class="tgz"><em>download</em> .TGZ</a>
</span>
</section>
<span class="banner-fix"></span>
<section id="main_content">
<h2>CloudNinja for Java</h2>
<p>The demand for Java-based applications on Windows Azure platform is increasing day-by-day. We at <a href="http://www.persistentsys.com/">Persistent Systems</a> often come across questions regarding how to design various project components to manage single-tenant and multi-tenant applications. The ability to integrate project components with the various Windows Azure Services is also a matter of discussion. The challenge often faced by our customers while learning about Windows Azure is the unavailability of informative articles and code samples that are not related to .NET. </p>
<p><a href="http://www.persistentsys.com/">Persistent Systems</a> has developed multi-tenant sample application (called as CloudNinja) in Java for the Windows Azure platform which would help the Java community to develop Java applications for Windows Azure. The CloudNinja for Java application will empower Java developers to implement best practices and design patterns required for Java multi-tenant applications on Windows Azure. </p>
<p>The CloudNinja for Java application encompasses the following points:</p>
<ul>
<li>Tenant on boarding</li>
<li>Tenant level customization (for example, managing logos)</li>
<li>Data isolation for Tenant</li>
<li>Metering for Tenant</li>
<li>Providing support for log-in via different identity providers (for example, Yahoo!, Google, Windows Live ID)</li>
</ul><p>This application also demonstrates how to use the various Windows Azure Services such as:</p>
<ul>
<li>ACS</li>
<li>Windows Azure Storage</li>
<li>SQL Azure database and so on.</li>
</ul><p>We believe that the CloudNinja for Java application will prove beneficial to Java community and encourage Java developers to create their own applications for Windows Azure. Please feel free to submit your feedback <a href="https://github.com/PersistentSys/cloudninja-for-java/issues">here</a>. </p>
We thank Bhushan Nene, David Makogon and Ricardo Villalobos for their guidance and support on this project.
<h2>Contributors</h2>
<p><img src="http://www.persistentsys.com/Portals/0/Skins/PSPL_skin/New_image/persistent-logo.gif" alt="Persistent Systems Ltd."></p>
<h3>Persistent Systems</h3>
<p>Established in 1990, Persistent Systems (BSE & NSE: <a href="http://www.nseindia.com/companytracker/cmtracker.jsp?symbol=PERSISTENT">PERSISTENT</a>) is a global company specializing in software product development services. For more than two decades, Persistent has been an innovation partner for the world’s largest technology brands, leading enterprises and pioneering start-ups. With a global team of 6,700+ employees, Persistent has 300+ customers spread across North America, Europe, and Asia. Today, Persistent focuses on developing best-in-class solutions in four key next-generation technology areas: Cloud Computing, Mobility, BI & Analytics, Collaboration across technology, telecommunications, life sciences, consumer packaged goods, banking & financial services and healthcare verticals. For more information, please visit: <a href="http://www.persistentsys.com">www.persistentsys.com</a>.</p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>this project by <a href="https://github.com/PersistentSys">PersistentSys</a> can be found on <a href="https://github.com/PersistentSys/cloudninja-for-java">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
</body>
</html>