• 2015 September Meeting
    Topic: Cloudy with a Chance of Java: Building Multitenant Java EE Cloud Applications
    It's clear that the cloud is here to stay, so software vendors must either adapt or fade into irrelevance, but how do you build an app for the cloud? Building a single-user application is pretty straightforward, but the cloud brings with it a new set of problems, the most pressing of which—second possibly only to security—is data integrity: how do you keep one customer from seeing and, worse, changing another customer's data? This session discusses three ways to isolate customer data: having separate databases; a shared database and separate schemas; or a shared database and a shared schema. You 'll see working code examples of each approach, so you 'll leave with everything you need in order to get started on moving your app into the cloud. Speaker Bio Jason Lee Pizza, Chairs, etc. We thank Techlahoma for generously providing the materials for the meeting, including the projector, pizza, and chairs.
  • 2015 August Meeting
    Topic: Cancelled
    Sorry, but no speaker was available for this month. Look for us back on Sept. 8, 2015.
  • 2015 July Meeting
    Topic: An Introduction to Programming with Minecraft Mods
    Greetings, Oklahoma City tech community! Do you have a son or daughter (or niece, nephew, grandchild, super-friendly neighborhood child) who loves Minecraft? Does said Minecraftian have an interest in learning how to program? If so, this is your lucky day. The Oklahoma City Java User Group would like to invite you and 0 or more of your pint-sized and precocious progeny to our July session where we 'll be offering an introduction to programming using Minecraft modding as the goal. What will we be doing? We're going to be getting an introduction to various programming concepts (types, variables, loops, conditionals, classes, etc) using the Java programming language. Having a concrete, usable goal is always more interesting, so we 'll learn these concepts as we develop (and RUN!) simple Minecraft mods. *Will my Child<Relationship> be an expert programmer or modder when we're done?* Probably not, but the hope is that this session will be enough to flatten the learning curve a bit, leaving each child well-equipped for further study, either self-directed or with you, as well as with a taste for how fun programming can be. How old does you mini-me need to be? That's entirely up you. If you have, say, a 6 year-old who's comfortable with compilers and API docs, then that's old enough for us. Is there anything we need to install before we come? There certainly is! Our time will be limited, so it would be extremely helpful to have a basic, working environment already set up. While you are free to use any IDE you want, I will be using NetBeans, the Free (and TOTALLY AWESOME) IDE from Oracle, which can be downloaded from http://netbeans.org. You will also need a working Java environment, as well as a relatively current copy of the Minecraft Forge plugin development kit. I 'll have detailed instructions at the end of this email to help you set up your environment. This sounds great? When and where is it?! In a departure from our normal schedule (which will be significant only for normal JUG attendees), we will be meeting on Monday, July 13 at 11:30AM at Prototek , which is located at 10th and Hudson in Oklahoma City. You can park in the dirt lot on Hudson, just north of Park Place. Do not park ON Park Place, as I own both that and Boardwalk, and my improvements there are guaranteed to ruin you. That's right during lunch. What's wrong with you people? Nothing that some free pizza can't solve, so bring your appetite! What should we bring to the session? To participate, you will obviously need a laptop to work on, with one per laptop per child (no government organizations/programs, please) being ideal. If you are bringing multiple wee ones and need to share, that would be fine. If you don't have a laptop and just want to come listen, that will work as well. :) Do I need a Minecraft license? For this session, you do not. The game will run just fine without a license. The only caveat is that you will not be able to connect to any servers without a valid license from Mojang. Is there anything else we need to know? That's about it. Come prepared to have fun and learn. And don 't forget your questions! We're pretty excited about this session and hope to see LOTS of kids come out for a fun time. ''''' Detailed Pre-Meeting Instructions I made that really large for two reasons: I really wanted to use that formatting bar in Thunderbird that I 've ignored for so long, and I wanted to make sure you don 't miss this part. :) You can come and set up your laptop at the meeting, but we won't have time to do that as a group, so we 'll have to keep moving while you're setting up. If you have to do that, that's fine. I hope to conscript a few of the JUG leaders to act as workshop assistants in case anyone needs help installing the various pieces. Another issue is bandwidth: Prototek will let us use their Wi-Fi, but regardless of their bandwidth, when two dozen people start downloading all the dependencies, it probably won't be very fast. :) What do you need to download then? These three things: Java - You will need the Java SDK, and I would suggest the latest version, which is currently Java SE 8u45. Download the installer appropriate for your platform and install it. NetBeans - You will need the Java SE version. Again, get the installer appropriate for your platform and install it. Minecraft Forge - There are platform-specific installers, but I 'd just get this zip With those downloaded and installed, extract the zip file (using the tool of your choice) in a directory. Mac and Linux users can do this: $ cd ~ $ mkdir MinecraftMods $ cd MinecraftMods $ unzip $PATH_TO_ZIP/forge-1.8-11.14.1.1341-src.zip Wherever you 've extracted the archive, you will need to open a shell (or command prompt) and run this command in that directory: $ ./gradlew setupDecompWorkspace --refresh-dependencies (Windows users can leave off the leading ./) Once that is done, open up NetBeans, then click File | Open Project and navigate to this directory. Hopefully, this directory will show up as a Gradle project. If it does not, you will need to install the Gradle plugin ( Go to Tools | Plugins and install "Gradle Support".) After a few seconds, you should see the project open in the Project view, with several nodes beneath it in the tree. To test things, click on the project node (it should be called MinecraftMods), click Tasks, Run, and runClient. After a few seconds, you should see Minecraft start up. Congratulations, you should be ready to go. Whew! That's kind of hard to follow! Well, yeah. If you're like me and like to see pictures, you can see these same instructions on the NetBeans blog . But I don 't like NetBeans. I like pain! There may be some Eclipse fans out there. If you just have to use Eclipse, you can generate the Eclipse project files by running gradlew eclipse. NetBeans is nice and all, but I prefer to buy things. Can I use IDEA?Sure! Just run gradlew idea to generate the project files. Is that "all"? Should be. Pretty simple, huh? :P If you run into problems, try to do as much as you can before you come, and you can either ask for help on the JUG mailing list or, worst-case scenario, wait until the day of the JUG and get help there (though it would help to arrive early ;). Speaker Bio Jason Lee
  • 2015 June Meeting
    Topic: Lightweight Development Environments with Vagrant
    On software development teams, a lot of time, effort, and wasted work can come from the manual and unnecessarily complex way team members set up their development environments. Brett will explain the ideas behind lightweight, reproducible, and portable development environments, and demonstrate the use of Vagrant to create them. Speaker Bio Brett Schuchert Pizza, Chairs, etc. We thank Techlahoma for generously providing the materials for the meeting, including the projector, pizza, and chairs.
  • 2015 May Meeting
    Topic: Real Time Data Processing with Apache Storm
    Apache Storm "makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing." Mark Smith will introduce the concepts behind Apache Storm, and demonstrate how to use it through a live demo using Twitter data. Speaker Bio Mark Smith Pizza, Chairs, etc. We thank Techlahoma for generously providing the materials for the meeting, including the projector, pizza, and chairs.
  • 2015 April Meeting: Double Header with Venkat Subramaniam
    Topic: 'Transforming to Java 8' and 'Core Software Design Principles'
    Please note the change in time and location this month We have a double header this month: 4:00pm: Transforming to Java 8 The new facilities in Java 8 is about the change the way we write code. Our code will become more expressive and concise. But, exactly how? In this presentation we will take several common Java code examples, discuss the core idea expressed in code, and transform that code to use the facilities in Java 8. Watch and interact as you see Java code go through a weight loss program right in front of your eyes. 6:00pm: Core Software Design Principles Creating code is easy, creating good code takes a lot of time, effort, discipline, and commitment. The code we create are truly the manifestations of our designs. Creating a lightweight design can help make the code more extensible and reusable. In this presentation we will take an example oriented approach to look at some core design principles that can help us create better design and more maintainable code. Pizza and drinks will be provided between the 2 sessions. Also, one lucky attendee from each session will win a $25 Amazon gift card. Stay for both sessions and double your chances of wining. Speaker Bio Venkat Subramaniam
  • 2015 March Meeting
    Topic: Webscale HTTP services with Dropwizard
    Building web apps in Java has changed significantly over the past few years. Many of those changes revolve around keeping your application fast, maintainable, and flexible in the face of ever-changing deployment environments (aka "the cloud") and rapidly changing standards. Dropwizard looks to fit in the areas that J2EE does not and even replace it in a large number of cases. So if web APIs are your thing, come checkout Dropwizard and how it can help when building production ready APIs. Speaker Bio Karl Kirch Pizza, Chairs, etc. We thank Techlahoma for generously providing the materials for the meeting, including the projector, pizza, and chairs.
  • 2015 February Meeting
    Topic: Reactive Programming in Java
    Reactive programming is a way of building asynchronous, event based software. I'll introduce the ideas, and get into some code using RxJava. Speaker Bio Ryan Hoegg Pizza, Chairs, etc. We thank Techlahoma for generously providing the materials for the meeting, including the projector, pizza, and chairs.
  • 2014 December Meeting
    Topic: Christmas Party and 'Informal Lightning talks and Tech Demos'
    If you have a quick lightning talk or tech demo (with or without slides) then please come prepared to share. Ryan Hoegg is bringing robots. Cool, ROBOTS!!! This is the annual Christmas party so please bring at least one Dirty Santa gift (~$5) wrapped however you would like. *Bring your lunch as we have no money to provide a lunch this year. We apologize and hope to be fully funded and ready to go in 2015.*
  • 2014 November Meeting followup
    Thank to you all who attended our November Meeting at its alternate date and time. Again, this was a one time occurrence and we will be meeting the 2nd Tuesday of December as usual." Thank you to Brett Shuchert for his presentation on Java 8 Lambdas. Brett has put all of the code from his presentation on his github site at: https://github.com/schuchert/lambda_jug.git Thank you again to Techlahoma ) for providing food for this meeting and to ProtoTek OKC) for allowing us to meet at their facility free of charge. Look forward to seeing everyone at the December Meeting on Dec. 9.

©2007-2025 All Rights Reserved.