forked from cjug/cjug.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoss.html
245 lines (225 loc) · 9.66 KB
/
oss.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>OSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="generator" content="JBake">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/asciidoctor.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<link href="css/prettify.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<script src="js/jquery-1.11.1.min.js"></script>
<script id="meetup-template" type="text/x-handlebars-template">
<div class="meetup">
<div id="accordion">
{{#each data}}
<h2><a href="{{link}}">{{name}}</a></h2>
<h5>
{{formatDate time}}
{{#if rsvp_limit}}
{{#ifCond rsvp_limit '<' 10}}
{{else}}
{{#ifCond (math rsvp_limit '-' yes_rsvp_count) '>' 0}}
- {{math rsvp_limit '-' yes_rsvp_count}} Spots Left
{{else}}
- Waitlist
{{/ifCond}}
{{/ifCond}}
{{else}}
- {{yes_rsvp_count}} Attending
{{/if}}
</h5>
<div class="card">
<div class="card-header" id="heading{{@index}}">
<h4 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapse{{@index}}" aria-expanded="true" aria-controls="collapse{{@index}}">
Abstract
</button>
</h4>
</div>
<div id="collapse{{@index}}" class="collapse" aria-labelledby="heading{{@index}}" data-parent="#accordian">
<div class="card-body">
{{{description}}}
</div>
</div>
</div>
<br></br>
{{/each}}
</div>
</div>
</script>
<script id="meetup-sponsors-template" type="text/x-handlebars-template">
<div class="meetup-sponsors" align="center">
{{#each sponsors}}
{{#if image_url}}
<a href="{{url}}"><img src="{{image_url}}"></a>
{{/if}}
<h4><a href="{{url}}">{{name}}</a></h4>
<div>{{info}}</div>
<hr/>
{{/each}}
</div>
</script>
<script src="js/md5.min.js"></script>
<script src="js/gravatar.js"></script>
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body onload="prettyPrint()">
<div id="wrap">
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nav-content" aria-controls="nav-content" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href=""><img src="/images/cjug_small.jpeg"/></a>
<div class="collapse navbar-collapse" id="nav-content">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="blog.html">News</a></li>
<li class="nav-item"><a class="nav-link" href="officers-and-board.html">Officers and Board</a></li>
<li class="nav-item"><a class="nav-link" href="cjug-4-kids.html">CJUG4Kids</a></li>
<li class="nav-item"><a class="nav-link" href="oss.html">OSS</a></li>
<li class="nav-item"><a class="nav-link" href="sponsorship.html">Sponsorship</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
</ul>
</div>
</nav>
<div class="container"> <div>
<img src="images/cjug_banner.jpeg"></img>
</div>
<hr/>
<div>
<h1>OSS</h1>
</div>
<p><div>
<div align="center"><img src="images/duke_needs_you.jpg"></div>
<br/><br/>
<div>
<p>
The CJUG became involved in the Adopt-a-JSR program in 2014, when we officially adopted JSR 366, the Java Platform, Enterprise
Edition 8 Umbrella specification. The Adopt-a-JSR program is led by the Java Community Process (JCP), with a goal of getting
JUGs more involved with the Java specifications process. During our tenure as Adopt-a-JSR participants, we have held a number
of sessions in person and online, in an effort to help foster each of the different JSRs that came together to comprise
Java EE 8 and Java SE 9.
</p>
<p>
Since Java EE 8 and Java SE 9 have been released to the general public, CJUG is taking a more broad approach to open source.
We are still supporting the Adopt-a-JSR program, but we are also supporting other open source initiatives, such as projects
from Apache, the Eclipse Foundation, and others. OSS @ CJUG is an initiative to get the Chicago Java Community more involved
in open source.
</p>
</div>
<h3>Past OSS@CJUG Meetup Events</h3>
<div>
<a href="https://www.meetup.com/ChicagoJUG/events/255381937/">
(Oct 2018) Let’s Modify Some Code - PR Process
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/252861155/">
(Aug 2018) Apache Maven and Apache Netbeans
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/249969567/">
(May 2018) Apache Tika and Jakarta EE
</a><br/>
</div>
<br/>
<h3>Past Adopt-a-JSR Meetup Events</h3>
<div>
<a href="https://www.meetup.com/ChicagoJUG/events/246270353/">
(Jan 2018) An update on the EE4J transition of Java EE, new features in Java EE 8.
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/241914056/">
(Aug 2017) SR-379: Java 9 & Java EE 8 Update (with NLJUG!)
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/237330029/">
(Feb 2017) JSR 379 Layers Intro and JSR 366 Java EE 8 - CDI 2.0 and JAX-RS 2.1 Update
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/235161313/">
(Nov 2016) Josh Juneau Presents Java EE 8 Recipes
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/234405302/">
(Oct 2016) JSR 366 Java EE 8 JSON-B Update and JSR 379 Weak Modules
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/231916605/">
(Jun 2016) JSR 366 Java EE 8 Update and JSR 379 Testing and Modularity
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/229765347/">
(Apr 2016) Heather VanCura and Charlie Hunt Present: Hacking on Java 9
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/229595223/">
(Mar 2016) JSR 379 Apache Tika Update and JSR 366 Java EE 8 Update - Java EE Guardians and MVC 1.0
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/225281188/">
(Sep 2015) JSR 366 Java EE 8 Update and JSR 379 Java 9 Update
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/223651934/">
(Jul 2015) Bob Paulin Presents: What's My Modularity
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/222785145/">
(Jun 2015) Manfred Riem Presents: Servlet 4.0 and MVC 1.0 Workshop
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/222005627/">
(May 2015) JSR 366 Java EE 8 and JSR 378 Java 9 Update
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/218750742/">
(Jan 2015) Adopt-a-JSR JSF Workshop
</a><br/>
<a href="https://www.meetup.com/ChicagoJUG/events/188234392/">
(Sep 2014) Reza Rahman: Intro to JCP and JMS 2.0
</a><br/>
</div>
</div>
</p>
<hr />
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">© 2018 Chicago Java User Group</p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/tether.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/prettify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.js"></script>
<script src="js/cjug.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52966818-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52966818-2');
</script>
</body>
</html>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
// Initialize popover component
$(function () {
$('[data-toggle="popover"]').popover()
})
$('.popover-dismiss').popover({
trigger: 'focus'
})
</script>