-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex_en.html
102 lines (66 loc) · 5.51 KB
/
index_en.html
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
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>terasoluna-batch</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/cayman.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8VC2LCPQFM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('config', 'G-8VC2LCPQFM');
</script>
</head>
<body>
<section class="page-header">
<h1 class="project-name"><a href="https://terasoluna-batch.github.io/" class="title">terasoluna-batch</a></h1>
<h2 class="project-tagline">TERASOLUNA Batch Framework for Java (5.x)</h2>
<a href="https://github.com/terasoluna-batch" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<a href="index_en.html">English</a> / <a href="index.html">Jananese</a>
<h2 id="what-is-terasoluna">What is TERASOLUNA?</h2>
<p>TERASOLUNA is a solution provided by NTT DATA which combines the technology and know-how of “Framework”, “Development process” and “Project management” as well as offers comprehensive support for system development. NTT DATA has developed a number of large-scale, complex mission critical systems using TERASOLUNA in the past. NTT DATA is looking to fundamentally revolutionize the system development field by usage and development of TERASOLUNA. Refer <a href="http://www.terasoluna.jp">http://www.terasoluna.jp/</a> for details.</p>
<h2 id="what-is-terasoluna-batch-framework-for-java-5x">What is TERASOLUNA Batch Framework for Java (5.x)?</h2>
<p>“TERASOLUNA Batch Framework for Java (5.x)” is developed by having the rich experience of technical know-how of NTT DATA which makes optimum use of open source software (hereafter referred as OSS) such as Spring Framework used widely across the world for enterprise development where high reliability is required. By use of OSS, it becomes easier to comply with the latest technologies and secure global developers, and at the same time the user can take advantage of knowledge and know-how of developers around the world as well as NTT DATA.</p>
<h2 id="artifacts">Artifacts</h2>
<p>TERASOLUNA Batch Framework for Java (5.x) consists of following artifacts:</p>
<h3 id="development-guideline">Development Guideline</h3>
<p>This is a Comprehensive Development Guideline for effective use of OSS based technology stacks such as “Spring Batch”, “Spring Framework”, “MyBatis3” in open system development. The primary purpose of this guideline is to provide the know-how of Java oriented application development which can be achieved only with the years of work experience. A developer can easily develop a high degree of reliable enterprise application by referring this guideline. Refer <a href="./guideline">Development Guidelines</a> for more details.</p>
<h3 id="common-library">Common Library</h3>
<p>Generic components that are useful in enterprise application development. Refer <a href="https://github.com/terasoluna-batch/v5-fw">terasoluna-batch/v5-fw</a> for further details.</p>
<h3 id="blank-project">Blank Project</h3>
<p>Blank project is a template of available project configuration for enterprise development. Refer <a href="https://github.com/terasoluna-batch/v5-sample">terasoluna-batch/v5-sample</a> for further details.</p>
<h3 id="sample-application">Sample Application</h3>
<p>Implementation of some features that complies with the guidelines. You can take a look at the code for better understanding. Refer <a href="https://github.com/Macchinetta/macchinetta-batch-functionaltest">Macchinetta/macchinetta-batch-functionaltest</a> for further details.</p>
<h2 id="request-for-additional-featuresrequest-for-improvement">Request for additional features/request for improvement</h2>
<p>We are open for receiving requests of adding new features or improvement or bug reporting, if any, in TERASOLUNA Batch Framework for Java (5.x). Please report issues in the corresponding GitHub repository.</p>
<ul>
<li><a href="https://github.com/terasoluna-batch/terasoluna-batch.github.io/issues">Development Guideline</a></li>
<li><a href="https://github.com/terasoluna-batch/v5-fw/issues">Common Library</a></li>
</ul>
<h2 id="see-also">See also</h2>
<p>Please refer to the following when using TERASOLUNA Batch Framework for Java (5.x).</p>
<ul>
<li><a href="http://terasolunaorg.github.io">TERASOLUNA Server Framework for Java (5.x)</a></li>
</ul>
<footer class="site-footer">
<img class="site-footer-logo" src="./images/logo_color.gif" alt="TERASOLUNA" title="TERASOLUNA" />
<span class="site-footer-owner">© Copyright 2017, NTT DATA. Published with <a href="http://pages.github.com">GitHub Pages</a></span>
</footer>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46550814-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>