-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (101 loc) · 6.42 KB
/
index.html
File metadata and controls
117 lines (101 loc) · 6.42 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Java Users Group of Greater Louisville - JUGGL by JUGGL</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>Java Users Group of Greater Louisville - JUGGL</h1>
<p>All things related to the Java Virtual Machine</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/JUGGL" class="button fork"><strong>View On GitHub</strong></a>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h1>
<a id="java-users-group-of-greater-louisville---juggl" class="anchor" href="#java-users-group-of-greater-louisville---juggl" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Java Users Group of Greater Louisville - JUGGL</h1>
<div>
<img src="https://raw.githubusercontent.com/JUGGL/juggl.github.io/master/images/JUGGL-logo.png" alt="JUGGL Logo">
</div>
<h2>
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome</h2>
<p>This is the site for the Java Users Group of Greater Louisville, a.k.a. JUGGL. We are a group of developers and
enthusiasts who are interested in learning about <a href="http://www.java.com/">Java</a>, the Java Virtual Machine, and all of the
things you can do on top of the JVM. This includes, but it not necessarily limited to:</p>
<ul>
<li>Java Development</li>
<li>JavaEE - Java Enterprise Edition</li>
<li>JavaScript development with <a href="http://openjdk.java.net/projects/nashorn/">Nashorn</a>
</li>
<li>Dynamic languages on the JVM: <a href="http://jruby.org/">JRuby</a>, <a href="http://www.jython.org/">Jython</a>, <a href="http://ceylon-lang.org/">Ceylon</a>, PHP, etc...</li>
<li>Purpose built languages for the JVM: <a href="http://scala-lang.org/">Scala</a>, <a href="http://clojure.org/">Clojure</a>, <a href="http://kotlinlang.org/">Kotlin</a>, etc...</li>
</ul>
<h2>
<a id="links" class="anchor" href="#links" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Links</h2>
<ul>
<li><a href="http://www.juggl.us/"><img src="images/Github.png"> JUGGL Homepage - Hosted by GitHub Pages</a></li>
<li><a href="https://twitter.com/JUGGLou"><img src="images/Twitter.png"> @JUGGLou on Twitter</a></li>
<li><a href="https://www.facebook.com/JUGGLou"><img src="images/Facebook.png"> @JUGGLou on Facebook</a></li>
<li><a href="https://www.google.com/+JugglUs"><img src="images/GooglePlus.png"> JUGGL on Google+</a></li>
<li><a href="https://www.linkedin.com/groups/Java-Users-Group-Greater-Louisville-3818364"><img src="images/LinkedIn.png"> JUGGL on LinkedIn</a></li>
<li><a href="http://www.meetup.com/JUGGLou/"><img src="images/meetup.png"> JUGGL on Meetup.com</a></li>
<li><a href="http://webchat.freenode.net?channels=%23juggl"><img src="images/Freenode.png"> #JUGGL on Freenode's IRC network</a></li>
<li><a href="https://groups.google.com/forum/#!forum/juggl"><img src="images/GoogleGroups.png"> JUGGL forums at Google Groups</a></li>
</ul>
<h2>
<a id="sponsors" class="anchor" href="#sponsors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Sponsors</h2>
<ul>
<li>
<a href="http://www.teksystems.com/">TEK Systems</a> - If you are looking for your next career opportunity, or just want to see what's out there; TEK Systems can help.</li>
<li>
<a href="https://www.jetbrains.com/">JetBrains</a> - Attend our next meetup for a chance to win an free license to the JetBrains IDE of your choice!</li>
<li> <a href="http://www.oreilly.com/pub/cpc/1041"><img src="http://www.oreilly.com/partner_file/125x125.gif"></a><a href="http://oreilly.com">O'Reilly Media</a> - Our industry requires constant re-training and education, O'Reilly can meet all of your needs with books, tutorials, videos, and conferences.</li>
</ul>
<h2>
<a id="presentations" class="anchor" href="#presentations" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Presentations</h2>
<ul>
<li>
<a href="https://github.com/JUGGL/java2groovy">From Java To Groovy</a> - A discussion and some example code of how/when/why you might want to convert from Java to Groovy for programming on the JVM</li>
<li><a href="https://github.com/JUGGL/2016-august-collections-streams">Java 8 Collections & Streams</a></li>
<li><a href="https://github.com/JUGGL/2016-march-dependency-injection">Dependency Injection Workshop</a></li>
<li><a href="https://github.com/JUGGL/2016-february-spock">Using Spock for Testing</a></li>
<li><a href="https://github.com/JUGGL/october-2015">Gradle And NIO - October 2015</a></li>
<li><a href="https://github.com/JUGGL/java-8-functional-introduction">Functional Programming In Java 8</a></li>
<li>
<a href="http://www.juggl.us/codepalousa-vertx-chat/">Vert.x Chat Workshop</a> - A workshop for learning how to write applications using the <a href="http://vertx.io/">Vert.x</a> toolkit in JavaScript on the JVM.</li>
<li>
<a href="http://www.juggl.us/JMXExample/">JMX Example</a> - An application demo about using Java Management Extensions to monitor your Java applications.</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-67070017-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>