- When: May 8, 11:30-12:40
- Where: theDiv
- Sponsor: none
- Speaker: Greg Bugaj
- Topic: PhantomSQL
Agenda
- 11:30 am – Welcome Announcements & Sponsor
- 11:40 am – Main Presentation
- 12:40 pm – Wrap Up
Presentation Information
PhantomSQL is a domain specific language designed for mining content from static and dynamic sources, It closely resembles SQL with features borrowed from Python and Ruby. This talk will cover both technical and not technical aspect of the language.
Agenda
- 11:30 am – Welcome Announcements & Sponsor
- 11:40 am – Main Presentation
- 12:40 pm – Wrap Up
Presentation Information
Things I learned while writing a grocery list Android application. Dynamically generating screens, simple text messaging, menus, intents, listeners, and lint. The source code can be found here. The slides can be found here. The app can be installed from here.
- When: February 14, 11:30-12:40
- Where: Oklahoma City Coworking Collaborative (see Meeting location)
- Sponsor: ?
- Speaker: Jason Lee
- Topic: Contexts and Dependency Injection
Agenda
- 11:30 am – Welcome Announcements
- 11:40 am – Main Presentation
- 12:40 pm – Wrap Up
Presentation Information
Java EE has had dependency injection for quite some time now. The problem is that each system (e.g., EJB and JSF) have been left to specify and implement the feature on its own. This has led to multiple, not quite compatible implementations. Delivered as part of Java EE 6, CDI (JSR 299, Contexts and Dependency Injection) attempts to fix that by specifying IoC semantics that can be shared across subsystems (EJB, JSF, JPA, JAX-RS, etc). In addition to basic injection, CDI offers means of decoration and interception, as well as a light-weight pub-sub event system. In this presentation, we will hit the highlights of the major features of CDI, giving you concrete examples to get you going in your own applications.
- When: January 10, 11:30-12:40
- Where: Oklahoma City Coworking Collaborative (see Meeting location)
- Sponsor: Principal Technologies
- Speaker: Greg Bugaj
- Topic: Application Security from the perspective of hackers
Agenda
- 11:30 am – Welcome Announcements
- 11:40 am – Main Presentation
- 12:40 pm – Wrap Up
Presentation Information
As developers most of us are not much concerned with security pass the authentication/autorization phase.
I will try to show you how application can be compromised and exploited using common application vulnerabilites and then I will show you how we can mitigate these problems.