Viewing 0 current events matching “pjug” by Date.

Sort By: Date Event Name, Location , Default
No events were found.

Viewing 52 past events matching “pjug” by Date.

Sort By: Date Event Name, Location , Default
Tuesday
Feb 17, 2009
Portland Java User Group - Your Brain on lambda(x)
Oracle (Downtown Campus)

This month's topic: Your Brain on lambda(x)
Functional programming is (again) a hot topic among developers. Languages such as Scala and Clojure have functional concepts at the core of the langauge, and even more solidly object-oriented languages such as Groovy and C# 3.0 include functional concepts. This talk will cover whether langauge really matters, some functional techiques that enhance the power of a languge, how to implement some of these using existing Java syntax and semantics, and the future of functional additions to the Java langauge.
Speaker: Phil Varner
Phil is a software developer with Oracle, working on the Business Rules component of Fusion Middleware.
----------
PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then some time for Q&A, discussion, and sometimes a drawing to give away swag. :)
Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!
Many people also go for drinks afterward, at a location decided on the fly (more often than not, Jax on 2nd).
Twitter: @pjug
Web: pjug.org
(feel free to join our mailing list, linked from the website!)

Website
Tuesday
Apr 21, 2009
Portland Java User Group: Sexier Software with Flex and Java
Oracle (Downtown Campus)

This month's topic: Sexier Software with Flex and Java

Outline: Intro to Rich Internet Applications

RIA as the next generation of Software

Back to the Client-Server Model

Adobe's RIA Software Development Platform

Intro to building software with Flex

What is Flex?

Open Source SDK

ActionScript & MXML Languages

Components

How do you use Flex?

Compiler

Debugging

Intro to BlazeDS (Java Integration)

Installing BlazeDS into a Web App (WAR File)

Remoting (RPC style object invocations over HTTP)

Pub/Sub Messaging

Spring Integration


Speaker: James Ward

James is a Technical Evangelist for Flex at Adobe and Adobe's JCP representative to JSR 286, 299, and 301. Much like his love for climbing mountains he enjoys programming because it provides endless new discoveries, elegant workarounds, summits and valleys. His adventures in climbing have taken him many places. Likewise, technology has brought him many adventures, including: Pascal and Assembly back in the early 90's; Perl, HTML, and JavaScript in the mid 90's; then Java and many of it's frameworks beginning in the late 90's. Today he primarily uses Flex to build beautiful front-ends for Java based back-ends. Prior to Adobe, James built a rich marketing and customer service portal for Pillar Data Systems.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (more often than not, Jax on 2nd).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
May 19, 2009
Portland Java User Group: The Feel of Scala
Oracle (Downtown Campus)

This month's topic: The Feel of Scala

Scala is a new language for the Java Platform that blends object-oriented and functional programming concepts. This talk will focus on the design choices of Scala, and what they mean for developer productivity. The talk will highlight what it means to program in a functional style, and show you how Scala facilitates a hybrid of functional and imperative programming styles. The talk will also explore how Scala compares to dynamic languages such as Ruby and Python. And you'll see examples of real, production Scala code that will illustrate what it feels like to program in Scala.

Speaker: Bill Venners

Bill Venners is president of Artima, Inc., publisher of Artima Developer (www.artima.com). He is author of the book, Inside the Java Virtual Machine, a programmer-oriented survey of the Java platform's architecture and internals. His popular columns in JavaWorld magazine covered Java internals, object-oriented design, and Jini. Active in the Jini Community since its inception, Bill led the Jini Community's ServiceUI project, whose ServiceUI API became the de facto standard way to associate user interfaces to Jini services. Bill is also the lead developer and designer of ScalaTest, an open source testing tool for Scala and Java developers, and coauthor with Martin Odersky and Lex Spoon of the book, Programming in Scala.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (more often than not, Jax on 2nd).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jun 16, 2009
Portland Java User Group: Java Performance Testing with Project Bonneville
Oracle (Downtown Campus)

This month's topic: Java Performance Testing with Project Bonneville

Project Bonneville is Chris Cowell-Shah's evenings-and-weekends open source project for measuring the performance of certain core Java SE features. Chris will review the results of these benchmarks with an eye to addressing the following questions:

How does performance vary across JVM vendors?

How does performance vary across JVM versions?

How does performance vary across operating systems?

How does the performance of 1.4 features differ from their 1.5+ replacements?

How true are commonly held assumptions about Java performance?

Can we generate simple rules of thumb for high-performance Java SE programming?

There will also be a short discussion of the tradeoffs between micro- and macro-benchmarks. Because this is a work in progress, comments and observations about Project Bonneville's benchmarking methodology, or suggestions for future benchmarks, are especially welcome.

Chris promises a LOLCAT-free presentation, though there may be a slide or two of his kids.


Speaker: Chris Cowell-Shah

Chris does quality assurance for Oracle's Java-based Rules engine. He has also worked as an IT consultant for Accenture, and as a researcher for Accenture's Palo Alto research and development lab. He studied computer science and philosophy, and is always on the lookout for points of intersection between the two. http://www.cowell-shah.com/


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jul 21, 2009
Portland Java User Group: Writing a Database App Without Knowing a Word of SQL
Oracle (Downtown Campus)

This month's topic: Writing a Database Application Without Knowing a Word of SQL (a.k.a. POJOs, JPA, and ORM)

We will discuss building a Java Swing application (installed or web start) that saves its data POJOs (Plain Old Java Objects) into SQL databases across the net (mySQL) or to a local embedded database (Derby) by using the JPA (Java Persistance API) and ORM (Object Relational Mapping) via Toplink or EclipseLink.

You will see that REAL applications get to benefit from technology that typically lives in the world of Hibernate and Web Apps. You gotta love portable SQL database data persistance without building any tables or writing any SQL!


Speaker: Jon Batcheller

Jon is one of the founders of PJUG 13 years ago, who as a software engineer has been dabbling in code at places like Mentor Graphics and Synopsys, and now designs software for Vigilan in Wilsonville. In his massive spare time he is also a veterinarian, auctioneer, owner of Mock Crest Tavern, and teaches at PCC Sylvania.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Aug 18, 2009
Portland Java User Group: Google App Engine
Oracle (Downtown Campus)

This month's topic: Google App Engine

Google App Engine lets you run your web applications in Google's datacenters. This presentation will focus on App Engine's Java runtime. We'll cover developer tools, the datastore, and core platform services. In addition, we'll discuss how to call third party web services from within the App Engine environment.


Speaker: Sean Sullivan

Sean Sullivan is a software engineer specializing in mobile applications, web service development, and supply chain management systems. Sean is an Apache Software Foundation committer and has contributed to various open source projects, including the OAuth Java library.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Sep 15, 2009
Portland Java User Group: Grid Packet Computing for Java (MOVED - see description!)
Oracle (Downtown Campus)

ATTENTION: For this month's meeting only, we will be meeting in the Jefferson room on the southeast end of the upper lobby. We will not be in the usual 8th-floor conference room!

This month's topic: Grid Packet Computing for Java (GPC4J)

GPC4J is a computing paradigm that breaks a partitionable problem into GridPackets, which are routed, processed and re-assembled into the solution to the original problem. This presentation will cover the use of the system and design of the project's web application. The application is built using REST (Jersey), Maven, Hibernate, JPA, MySQL and GlassFish.


Speaker: Lyle Harris

Lyle Harris is a Software Engineer working in World Wide Operations at Sun Microsystems, where he develops internal Java applications for automation and customer-facing web applications.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Oct 20, 2009
Portland Java User Group: Java Performance, the Lifecycle Approach
Oracle (Downtown Campus)

This month's topic: Java Performance, the Lifecycle Approach: The Game Has Changed

Java Enterprise Performance Tuning typically is viewed as someone else's job.

QA will do it. Operations will figure it out. Isn't the Dev guys supposed to find these things? But in fact it can and should be done across the lifecycle.

We will explore this new concept and other topics such as:

GC diagnosis while under load

Is my Framework doing what I want?

Hello? Is this thing (caching) on?

Who's your daddy? (How do services really interact)


Speaker: Joe Hoffman

Joe Hoffman has been designing, building and debugging Enterprise Applications for over 25 yrs, the last 11yrs in Java. He currently specializes in resolving complex performance problems for large enterprise customers across the globe. He holds a Bachelors in Computer Science and a Masters in Software Engineering but still has a blinking VCR clock. When not walking his dog, he can be found usually losing another game of racquetball.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Nov 17, 2009
Portland Java User Group: The Latest in JavaFX
Oracle (Downtown Campus)

This month's topic: The Latest in JavaFX

Josh will catch us up on the latest JavaFX release, 1.2, which includes lots of improvements to make JavaFX better for real world apps (speed, more controls, charts and graphs). Josh will also give us a sneak preview of features coming in future versions of JavaFX, along with some great demo apps.


Speaker: Joshua Marinacci

Joshua Marinacci first tried Java in 1995 at the request of his favorite TA and never looked back. He has spent the last ten years writing Java user interfaces for wireless, web, and desktop platforms. After tiring of web programming with several large companies in the Atlanta area he joined Sun to work on Java user interfaces full-time, first on the Swing team, then NetBeans, and now on the JavaFX tools team. Joshua recently co-authored O'Reilly's Swing Hacks with Chris Adamson. He also contributes to SwingLabs and writes regularly for Java.net. Joshua holds a BS in Computer Science from Georgia Tech and recently moved to Eugene, Oregon to be with his new wife.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Dec 15, 2009
Portland Java User Group: Google Web Toolkit 2.0
Oracle (Downtown Campus)

This month's topic: GWT 2.0

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. This talk will highlight new features in GWT 2.0. We'll discuss GWT 2.0 development mode, declarative UI, layout panels, and the new Google Plugin for Eclipse.


Speaker: Sean Sullivan

Sean Sullivan is a software engineer specializing in mobile applications, web service development, and supply chain management systems. Sean is an Apache Software Foundation committer and has contributed to various open source projects, including the OAuth Java library, OpenID4Java, and Typica.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jan 19, 2010
Portland Java User Group: Spring Insight and Roo
Oracle (Downtown Campus)

This month's topic: The Spring Insight console and Roo

The Spring Insight console, part of tc Server Developer Edition, is a dashboard view of real-time Spring application performance metrics. Without changing their code, developers can use Spring Insight to detect, analyze and diagnose application performance issues right from their desktops.

A graphical look at application performance: Within Spring Insight, application performance is graphically displayed via response time charts and histograms, providing developers an easily digestible view into where processing time is spent.

Easy navigation to identify the root causes of concerns: Expandable call trees enable developers to drill down into application requests and controller actions.

Integration with SpringSource Tool Suite to fix problems: By integrating SpringSource tc Server Developer Edition with SpringSource Tool Suite, developers gain a deeper understanding of how the application is functioning and performing by isolating a transaction trace and quickly jumping to the portion of code that is causing a problem.


Speaker: Steve Mayzak

Steve Mayzak is a Senior Sales Engineer with SpringSource. He has been in working in Enterprise IT for over a decade and has been involved in many industries including Automotive, Retail, Hi-Tech, Healthcare to name a few. Steve is an Open source advocate who loves anything that has to do with Java, Spring and Grails and is an expert at using these technologies to solve real word problems. He is currently focused on showcasing SpringSource products around the world with a focus on tc Server and Hyperic HQ.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Feb 16, 2010
Portland Java User Group: An Argument for Semantics - Why Developers Should Give a Hoot about OWL
Oracle (Downtown Campus)

This month's topic: An Argument for Semantics - Why Developers Should Give a Hoot about OWL

In the push to make use of tagging and other forms user-driven information architectures, developers have overlooked the value of adding semantics, or contextual meaning, directly to the data that powers web sites and applications. The addition of Microformats to a Web site's markup can further the exchange of semantic information such as contact information for people and events. For the most part, however, web sites and applications are still populated by largely non-semantic prose organized in large blocks of HTML or generated from the walled gardens of relational databases and data warehouses.

While everyone agrees that HTML isn't going away anytime soon, several Web Standards have arisen over the last few years to help application developers store, serve, and distribute information with ever-increasing levels of semantics and meaning. The current pinnacle of the Semantic Web Standards pyramid is OWL - the W3C's Web Ontology Language. In this talk I will describe the roots and basics of OWL and how it can be used to power the next generation of smart, data-enabled Web applications.


Speaker: Brian Panulla

Brian is a technology consultant and developer for Dealerpeak - the Portland-based Web-enabled CRM for automotive dealers. A recent transplant to Portland, Brian formerly led grant-funded R&D projects in the information sciences at Penn State University. He moved here primarily for the high quality and variety of beer.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Mar 16, 2010
Portland Java User Group: Teaching Girls and Boys to Program Computers
Oracle (Downtown Campus)

This month's topic: Teaching Girls and Boys to Program Computers

Why is it that the percentage of women graduating with computer science degrees around 50% in countries like Sweden, China and India, but less than 20% in America? As a "Geekdad" with a daughter, I found this unacceptable, and decided to do something about it... I went back to school... elementary school that is, to teach programming to the kids. My goal was to find an environment and a style that would encourage girls with curiosity to enjoy being controlling computers in creative ways, and in the process, encourage and involve every kid.

My talk discusses the journey of coming up with a girl-friendly curriculum for teaching programming that boys wouldn't notice anything different. I then show off some of the new crop of "Integrated Learning Environments", i.e. Alice, E-Toys and Scratch. I finally give an overview of my "Computer Club" and how others can use what I've done to teach others.


Speaker: Howard Abrams

My first job in high school was teaching Basic and Logo programming to 8 year old kids; however, I haven't taught since graduating from college. After programming for 25 years (and Java for 12), I'm now intrigue about returning to my roots and working with the next generation.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, usually at McMenamin's Market Street Pub at 10th and Market: http://www.mcmenamins.com/328 (but sometimes this changes).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!) http://bit.ly/pjuglive (live streaming video, plus archived videos from past meetings)

Website
Tuesday
Apr 20, 2010
Portland Java User Group: WebSockets
Oracle (Downtown Campus)

This month's topic: WebSockets

WebSockets is an exciting new technology that enables bidirectional communication between web applications and server-side processes. Google's Chrome browser already provides WebSockets and developers can expect to see the technology in other browsers in 2010. This presentation will cover the WebSocket protocol and JavaScript API. We'll also discuss Jetty's WebSocketServlet API and demonstrate how to use WebSockets in a GWT application.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
May 18, 2010
Portland Java User Group
Oracle (Downtown Campus)

This month's topic: TBD


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jun 15, 2010
Portland Java User Group
Oracle (Downtown Campus)

This month's topic: Rich Internet Clients: A moderated, but open discussion on what is the "right technology" for an internet application.

Bring your opinions, experience and personal bias and join in a lively discussion on a highly pertinent topic.

Topical questions include but are not limited to: Applications written using HTML, CSS and Java Script (DHTML) have some advantages but what requirements, if any, would sway a project towards -Flash, Applets or Java F/X? Is there significant differences between consumer versus business based applications that would cause cause a particular technology to be used? Are they days of Flash numbered or is the current trend towards pure DHTML doomed because of fragmentation in the browser market?

Moderator: Brian Mason


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jul 20, 2010
Portland Java User Group
Oracle (Downtown Campus)

This month's topic: TBD


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Thursday
Aug 12, 2010
Portland Java User Group: High-Tech Block Party at Pioneer Courthouse Square
Pioneer Courthouse Square

This month's topic: High-Tech Block Party!

Java developers, architects, programmers, and enthusiasts: get ready for a real adrenaline rush. The Java Road Trip: Code to Coast tour is visiting 20 cities across the United States showcasing Oracle's commitment to everything Java. Heading up the tour are key Java technologists from Oracle, who will be demonstrating the latest Java software, engaging with Java User Group (JUG) members, and meeting with enterprise developers and consumers.

The event will be hosted from 6-9pm at Pioneer Courthouse Square

701 SW 6th Avenue (bordered by SW Yamhill, SW Morrison and SW Broadway) Portland, OR 97205.

This high-tech block party on wheels is your chance to share the spirit of innovation that is the essence of Java.


Speaker: Brent Christian

Brent Christian, a Senior Member of Technical Staff with Oracle, will be doing technology demos for the Portland event. In his 10+ years with Sun, he worked on Client Java technologies which included the AWT and Swing toolkits, as well measuring, analyzing, and improving client performance. He has spent the last few years on the JavaFX graphics team, focusing on the animation system along with performance benchmarking and analysis.


This will be quite different from the typical PJUG meeting, so who knows what to expect? :)

http://twitter.com/pjug http://pjug.org/ (to join our mailing list, see the links on the website)

Website
Tuesday
Sep 21, 2010
Portland Java User Group: Logging Last Resource Transaction Optimization
Oracle (Downtown Campus)

This month's topic: Logging Last Resource (LLR) optimization of XA

Almost every transaction executed on a Java EE Application Server winds up distributed over multiple resources such as JMS destinations and JDBC datasources. Standard OTLP systems employ the XA-2PC protocol, a presumed-abort variant of the Two-Phase Commit protocol to make sure that either all resources commit successfully or all resources abort the transaction if at least one resource fails. As any distributed consensus protocol, XA-2PC is expensive. In this talk, we present Logging Last Resource (LLR) optimization of XA (actually, its Java EE "translation" in form of the JTA spec) in Oracle WebLogic Server. LLR's effectiveness has been validated in world record results achieved by the Oracle stack in the SPECjAppServer2004 benchmark and by high-profile customers in mission-critical applications.


Speaker: Gera Shegalov

Gera has worked in the areas of workflow management, temporal databases, messaging, and recovery. He is currently with Oracle Database High Availability. In his prior role at Oracle, he was part of the Java Platform Group where he worked on the messaging infrastructure such as OC4J JMS, AQ JMS integration, WebLogic FileStore, and LLR. Prior to joining Oracle, Gera worked at the Max Planck Institute of Informatics in Saarbruecken, Germany and interned at Microsoft Research in Redmond, WA.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Oct 19, 2010
Portland Java User Group: What's New from JavaOne 2010
Oracle (Downtown Campus)

This month's topic: What's New? - JavaOne 2010

Doug will present his notes (PDF) from this years JavaOne (and Oracle Dev) Conference. Come listen and share!


Speaker: Douglas Bullard

(No bio provided.)


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Tuesday
Nov 16, 2010
Portland Java User Group
Oracle (Downtown Campus)

This month's topic: TBD


Speaker: TBD


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Dec 21, 2010
Portland Java User Group
Oracle (Downtown Campus)

This month's topic: TBD


Speaker: TBD


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jan 18, 2011
Portland Java User Group: Gradle to Crave
Oracle (Downtown Campus)

This month's topic: Gradle

Come to the session if you want to participate in learning more about Gradle. Gradle is a powerful layer of Groovy built on top of a number of established tools and libraries. Smart guys have borrowed from the pioneering work of Ant, Maven, Gant, Buildr and come up with an expressive, concise, and convention-rich build tool for the Java family.

For this session, there won't be any slides. I'm also not going to stand up and talk at you. Instead, I'm going to rely heavily on your involvement. I'll start with an introduction to Gradle, and then very quickly go into using it in practice. After a few minutes of that I'll open it up to go wherever we're most interested in. I'm not a Gradle expert, yet I believe that my Groovy background in conjunction with a few days of earnest usage have taught me a lot. This session will rely heavily on an internet connection, and we'll be googling for answers together if need be.

Do this ahead of time:

What is your intention for the session? Spend some time deliberately focusing on what it is you want out of the session. Bring that will you and share it with us. It will help us all focus on what's important and go some way to helping you get the most out of the session. Also, go have a quick read about Gradle on their website. That will save us all some time, help us get to the interesting details sooner, and be a good source of informed questions for you.


Speaker: Merlyn Albery-Speyer

I'm Merlyn, a Portland-based programmer with strong ties to both Agile PDX and Groovy. I'm also a member of an Agile team at YesMail, and I blog under the handle "curious attempt bunny".


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug

http://pjug.org/

(join our mailing list, linked from the website!)

Website
Tuesday
Feb 15, 2011
Portland Java User Group: Semantic Datastores - the *Other* NoSQL
Oracle (Downtown Campus)

This month's topic: Semantic Datastores - the Other NoSQL

The NoSQL movement has given developers many more data storage options, each with their own design considerations and trade-offs. One of the quieter options, semantic data stores (also called triple stores or quad stores), provide an interesting hybrid of key-value and graph database features, while offering a data model based on a W3C recommendation (RDF) and a standardized query language (SPARQL) that will feel familiar to anyone experienced with unfashionable SQL.

This talk will cover the basics of data modeling with RDF and how to use the open source Jena Semantic Web Framework to add a semantic datastore to a Java-based Web application.


Speaker: Brian Panulla (@bpanulla)

Brian is an independent software consultant based in Portland, Oregon. His current projects include interactive data reporting tools the services for clients in the higher education, automotive sales, and legal sectors.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Mar 15, 2011
Portland Java User Group: Android 3.0
Oracle (Downtown Campus)

This month's topic: Android 3.0

Google unveiled Android 3.0 in February 2011. This release provides a new UI and other features that are suited for mobile tablet devices. In this presentation, we'll discuss Android's new platform API's and highlight changes in the developer SDK.

Slides: http://www.slideshare.net/sullis/android-30-portland-java-user-group-20110315


Speaker: Sean Sullivan

Sean is a software engineer specializing in web services development, mobile applications, and supply chain management systems. Sean is an Apache Software Foundation committer and has contributed to various open source projects, including the OAuth Java library.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Apr 19, 2011
Portland Java User Group: Using GWT to write iPhone web apps in Java
Oracle (Downtown Campus)

This month's topic: Using GWT to write iPhone web apps in Java

For the Java coder, GWT is currently as close as it gets to a multi-platform solution for web apps. After a quick GWT review, we will code about in the world of web apps you can run on your desktop and mobile phone, written in Java. This will be a superview presentation touching on GWT, GWT mobile libs and HTML5.


Speaker: Jon Batcheller

Jon is one of the founders of PJUG, writing Java apps since 1995. He has written Java programs for a wide variety of applications from IC Design, circuit board layout, hardware/software co-design, assisted living facilit management, to a POS system for the two bars he owns.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
May 17, 2011
Portland Java User Group: What's inside a JVM?
Oracle (Downtown Campus)

This month's topic: What's inside a JVM?

Are you interested in learning what a Java Virtual Machine (JVM) is and what it does for your Java applications? This presentation will provide insight into the inner workings of a Java Virtual Machine and some drill down on what compilers and garbage collectors do, so that you don't have to worry about it while programming your Java application.

In particular, you will learn about common optimizations, well established garbage collection algorithms, and what the current biggest challenge with Java scalability is today.


Speaker: Eva Andreasson

Eva has been involved with Java virtual machine technologies, SOA, Cloud, and other enterprise middleware solutions for the past 10 years. Joined the startup Appeal Virtual Solutions in 2001, as a developer of JRockit JVM, which later was acquired by BEA Systems. Eva holds two patents on Garbage Collection heuristics and algorithms, and pioneered Deterministic Garbage Collection which later became productized through JRockit Real Time.

Eva has worked closely with Sun and Intel on many technical partnerships, as well as various integration projects of JRockit Product Group, Weblogic, and Coherence (post the Oracle acquisition in 2008). Most recently Eva joined Azul Systems in 2009, as the Product Manager for the new Zing Java Platform.

Eva holds a Master of Science from the Royal Institute of Technology, Sweden, and a B.S with a Minor in Economics from the University of Stockholm.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jun 21, 2011
Portland Java User Group: Lean Mobile Data and Open Source: Storage, Messaging and Analysis
Oracle (Downtown Campus)

This month's topic: Lean Mobile Data and Open Source: Storage, Messaging and Analysis

This talk will provide a overview of Urban Airship's core data warehouse architecture - a system designed to handle capture, intake and analysis of data for 100s of millions of mobile devices with near real time precision. The talk will touch on Urban Airship's use of HBase, Hadoop Core, ZooKeeper, Kafka as well as home-grown services. Time permitting, the talk will also cover how Urban Airship takes a lean approach to working with volumes of data including the use of ad-hoc tools such as Pig and Cascading as well as how the company leverages the data architecture for fast customer discovery and innovations.


Speaker: Erik Onnen

Erik Onnen is the Hadoop and Analytics Lead at Urban Airship, the Portland-based leader in mobile application engagement services. He has over 10 years in distributed systems experience including the design and implementation of multiple "big data" systems. Erik joined Urban Airship in October of 2010, prior to that he was a Principal Engineer at Jive Software.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jul 19, 2011
Portland Java User Group: JSON Libraries
Oracle (Downtown Campus)

This month's topic: Comparing JSON libraries

JSON has become the de-facto data interchange format for Internet web services. We'll examine open source libraries that make it easy for a Java developer to serialize objects to JSON. This presentation will include a discussion of three popular Java libraries ( json.org, Jackson, and GSON ) as well as a popular Scala library (lift-json).


Speaker: Sean Sullivan

Sean is a software engineer specializing in web services development, mobile applications, and supply chain management systems. Sean works on e-commerce projects at Gilt Groupe's Portland office. Sean is an Apache Software Foundation committer and has contributed to various open source projects, including the OAuth Java library.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, usually at Tree's restaurant in building lobby.

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Aug 16, 2011
Portland Java User Group: Apache CXF Web Services
Oracle (Downtown Campus)

This month's topic: Apache CXF Web Services

Apache CXF offers the most flexible support for both REST and SOAP of any Java web services stack, including support for different XML data bindings and JSON output for REST web services.

In this presentation you'll see how to implement and deploy CXF web services, using both Java standards including JAX-RS and JAX-WS and custom CXF extensions. You'll also learn about the different configuration options supported by CXF, including Spring-based, annotation-based, and direct configuration in code, and get an idea of how easily web services projects can be implemented using CXF. Finally, you'll see how CXF fits into the Apache open source SOA infrastructure.


Speaker: Dennis Sosnoski

Dennis Sosnoski (http://sosnoski.com/) is an internationally recognized expert on SOA and web services in Java. He's been helping organizations worldwide with their XML and web services projects for the last 12 years.

Dennis is also active in the Java community, as a frequent speaker at users groups and conferences, a writer for IBM developer Works Java and SOA/Web services zones, a committer on both Apache Axis2 and CXF web services projects, and the lead developer of other open source projects including the JiBX XML data binding tool.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Sep 20, 2011
Portland Java User Group
Oracle (Downtown Campus)

This month's topic: GWT in the Real World - Building Enterprise GWT Applications in Legacy Application Frameworks

This is a discussion on how Nike replaced a legacy JavaScript data grid with a grid written in GWT. Topics covered will include: * Why GWT? * Architectural design considerations * Packaging and deployment * Deploying GWT into a JDK 1.4 container * Browser compatibility issues * Performance, performance, performance - how we made it as fast as possible * Useful tools, libraries, and technologies * Lessons learned


Speaker: Douglas Bullard

Douglas Bullard has been writing Enterprise applications in Java and associated technologies for 15 years. He has spent the last 10 years at Nike working on Nike.net - Nike's B2B e-commerce site.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Oct 18, 2011
Portland Java User Group: Continuous Integration
Oracle (Downtown Campus)

This month's topic: Continuous Integration in a Java Environment

This is a discussion about being agile with continuous integration (CI) in a Java enterprise. Topics covered will include: * Continuous integration tools * To branch or not to branch? * When to commit * When to build * Self-testing builds * Build storage


Speaker: James Price

James Price joined Clearwater Analytics in November 2004 and has been the Director of Development for over 6 years. James brings more than 13 years of experience in software development, having previously worked at Hewlett Packard and CQG Inc. as a developer and lead architect.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Nov 15, 2011
Portland Java User Group: Portlet Integration with Twilio and PubNub
Oracle (Downtown Campus)

This month's topic: Portlet Integration with Cloud Based Services Twilio and PubNub

We will be discussing 2 open source portlets for Liferay that I recently created which integrates Twilio and PubNub. Twilio provides infrastructure APIs for businesses to build scalable, reliable voice and text messaging apps. PubNub provides eal-time push notification PLUS unique device to device mass broadcasting. We'll look at easy of use of these 2 APIs and the Spring MVC portlets that wrap them.

Led by Chris Buckley, founder of the Portland Liferay User Group, join us to learn:

PubNub - Cloud Service Java API
Twilio - Cloud Service Java API
Wrapping the services with Spring MVC Portlets
Deploying them with Liferay

More information on the portlets and the projects can be found at: http://puresrc.com/web/guest/knowledge


Speaker: Chris Buckley

Chris is co-founder and CEO of Pure Src (pure source), an enterprise portal implementation and development group, and the Portland Liferay User Group Founder. Prior to forming Pure Src, he was senior web architect at Rbx Global a mid-size software engineering firm supporting educational and government agencies. Chris has been actively involved in Open Source development for more than 9 years, committing or contributing to to projects like the Apache UIMA project and Liferay. Chris currently lives in Portland, OR and spends his time playing Soccer and chauffeuring his kids to Soccer and Gymnastics when he’s not programming.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, Trees restaurant in the same building).

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Dec 20, 2011
Portland Java User Group: Running Apps on the Cloud with Heroku
Oracle (Downtown Campus)

This month's topic: Running Java, Scala, Play!, and Tapestry Apps on the Cloud

Heroku is a Polyglot Cloud Application Platform that supports Java, Scala. This session will teach you how to deploy apps using a "git push". The session will also address the importance of the share-nothing architecture for cloud scalability and alternatives to sticky sessions and session replication.


Speaker: James Ward

James Ward (www.jamesward.com) is a Principal Developer Evangelist at Heroku. Today he focuses on teaching developers how to deploy Java, Play! and Scala apps to the cloud. James frequently presents at conferences around the world such as JavaOne, Devoxx, and many other Java get-togethers. Along with Bruce Eckel, James co-authored First Steps in Flex. He has also published numerous screencasts, blogs, and technical articles. Starting with Pascal and Assembly in the 80's, James found his passion for writing code. Beginning in the 90's he began doing web development with HTML, Perl/CGI, then Java. After building a Flex and Java based customer service portal in 2004 for Pillar Data Systems he became a Technical Evangelist for Flex at Adobe. You can find him tweeting as @_JamesWard, answering questions on StackOverflow.com and posting code at github.com/jamesward.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc. (Note: Trees restaurant is now closed, so we will have to go elsewhere!)

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jan 17, 2012
Portland Java User Group meeting
Oracle (Downtown Campus)

This month's topic: Incremental Rollout of New Features

In November 2011, Gilt Groupe announced the availability of International Shipping on gilt.com. This feature was jointly developed by Gilt's New York and Portland engineering teams. Key pieces of this project were written in Java and Scala. Join us for a discussion about the production rollout strategy for this feature.

Website
Tuesday
Feb 21, 2012
Portland Java User Group: Giving your Application Thumbs
Thetus Corporation

This month's topic: Giving your Application Thumbs

Mobile phone texting (txting) is now ubiquitous - a comfortable UI to everybody that has a cell phone. With most age groups, the time spent texting far exceeds time making voice calls. Logically, Java developers should be considering txt interfaces to their applications.

We will look at adding mobile txt interfaces to three applications: - A mobile web healthcare application with group push txt notification to other caregivers of an event - An iPad POS web application for ordering from your car via txt from your mobile phone - An installed Swing application to display group txting for public display


Speaker: Jon Batcheller

Jon is the founder of PJUG and Java architect and UI developer for RealPage in Wilsonville, OR. He has been writing in Java since his first taste in version 0.9, 17 years ago! In addition to being a code monkey, Jon is a licensed Veterinarian, owns two bars, is an auctioneer and in his spare time teaches Human Anatomy and Physiology at PCC. Having never missed a JavaOne since their inception in 1996, he hopes to see you there in the Fall!


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc.

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Mar 20, 2012
Portland Java User Group: Giving your Application Thumbs
Cloudability

This month's topic: Deep Dive into Java CIM Client Development with SBLIM

SBLIM is an open source toolkit to simplify CIM/XML development. The presentation covers the basics of CIM and how to use SBLIM to do various common tasks a CIM client would need to do against a CIM Server.

Speaker: Brian Mason Works for NetApp App Aware Group / APBU E-Series Storage 20+ Years in Software Development. Last 10 focusing on Managing hardware devices. MSCS U of IL


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc.

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
May 15, 2012
Portland Java User Group: Production-Ready Web Services with Dropwizard
Gilt Groupe Portland

This month's topic: Production-Ready Web Services with Dropwizard

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web services. The library was developed at Yammer and has been adopted by Simple (formerly BankSimple) and the Gilt Groupe. We will discuss how Gilt is using Dropwizard and why we adopted the library.


Speaker: Sean Sullivan

Sean is a software engineer specializing in e-commerce systems, web services development, and mobile applications. Sean works on back-office applications at the Gilt Groupe and has contributed to various open source projects, including the OAuth Java library and OpenID4Java.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, typically at a nearby location determined ad hoc.

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jul 17, 2012
Portland Java User Group: JavaFX 2 is the future of RIA development
Oracle (Downtown Campus)

This month's topic: JavaFX 2 is the future of RIA development

JavaFX 2 is the future of RIA development. It takes the power of a modern scene graph, adds rich animation and multimedia capabilities, and extends to the web and beyond with seamless portability. At the same time, it leverages the power and breadth of the Java language and platform, allowing full access to existing Java libraries and integration with Java client technologies like Swing.

This session will introduce you to the JavaFX 2 platform from the perspective of a seasoned Java developer. The breadth of JavaFX APIs will be explained through several examples that we will build out during the course of the session. In addition, we will showcase SceneBuilder, the new JavaFX-based GUI building tool for rapid application development. If you have heard about JavaFX before, but were not sure about taking the plunge, now is the time to see what you have been missing out on.

This talk will provide a theory of operations, systems description and possibly a demo of a live system. All code will be made available on Github.


Speaker: Stephen Chin

Stephen Chin is a Java Evangelist at Oracle specializing in UI technology and co-author of the Pro JavaFX Platform 2 title, which is the leading technical reference for JavaFX. He has been featured at Java conferences around the world including Devoxx, Codemash, OSCON, J-Fall, GeeCON, Jazoon, and JavaOne, where he twice received a Rock Star Award. In his evenings and weekends, Stephen is an open-source hacker, working on projects including ScalaFX, a DSL for JavaFX in the Scala language, Visage, a UI oriented JVM language, JFXtras, a JavaFX component and extension library, and Apropos, an Agile Project Portfolio scheduling tool written in JavaFX. Stephen can be followed on twitter @steveonjava and reached via his blog: http://steveonjava.com/


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc.

http://twitter.com/pjug http://pjug.org/ (join our mailing list, linked from the website!)

Website
Tuesday
Jan 15, 2013
Portland Java User Group: Apache Drill
Cloudability

This month's topic: Apache Drill

Apache Drill is a new Apache incubator project. Its goal is to provide a distributed system for interactive analysis of large-scale datasets. Inspired by Google's Dremel technology, it aims to process trillions of records in seconds. We will cover the goals of Apache Drill, its use cases and how it relates to Hadoop, MongoDB and other large-scale distributed systems. We'll also talk about details of the architecture, points of extensibility, data flow and our first query languages (DrQL and SQL).

Speaker: Gera Shegalov Gera Shegalov owns Hadoop MapReduce and Hadoop Core components in MapR's Hadoop Distribution. Prior to MapR, he worked at Oracle in Oracle Database High Availability on (Active) Data Guard, and in Oracle Java Platform Group on JMS backend communication and storage. Gera received Masters and PhD in Computer Science from Saarland University in Saarbruecken, Germany. His research focussed on workflow management, temporal databases, as well as application & database recovery.

Website
Tuesday
Apr 16, 2013
PJUG - Portland Java Users Group
New Relic

Java at Scale: What Works and What Doesn't Work Nearly So Well

Java gets used everywhere and for everything, a reality that can be explained by its efficiency, its portability, the productivity it offers developers, and the platform it provides for application frameworks and non-Java languages. But all is not perfect; developers struggle against Java's greatest strength: its memory management.

We'll talk about where Java needs help, the challenges it presents developers who need to provide reliable performance, the reasons those challenges exist, and how developers work around them. And we'll take a little time to talk about Azul Systems, its history of tackling Java scale issues and how it addresses the mismatch between Java and big data.

Website
Tuesday
Jun 18, 2013
Portland Java Users Group: Vert.x: Asynchronous Application Development for the JVM
Jama Software

You can think of Vert.x as an Actor-model-based, functional event-driven, messaging passing platform that speaks in modern protocols (JSON, WebSockets, etc) and can be used from many JVM based languages but bridges the communication gap between the browser and the server in a new way. Convincingly Vert.x is like a Node for the JVM, but with some fun enhancements.

We'll cover:

  • What, Why and Who of the Vert.x project
  • Discuss the problem space it is good for
  • Demonstrate and discuss concepts and features of Vert.x
  • Show a variety of demo apps illustrating how it works
  • Current State of the Project
Website
Tuesday
Apr 15, 2014
Portland Java User Group
Jama South

This month's topic: Taxes and Payments at Gilt

Gilt is an online retailer based out of New York City. Gilt's main site, gilt.com, offers luxury apparel and home furnishings. This talk will discuss how Gilt.com supports taxes and payments. We'll discuss Gilt's checkout system and order processing backend.

Speaker:

Sean Sullivan is a software engineer specializing in e-commerce systems, web services development, and mobile applications. Sean works on back office applications at Gilt. Sean has contributed to various open source projects, including the OAuth Java library, OpenID4Java, and OpenCSV.

Website
Tuesday
Sep 24, 2019
Portland Java User Group: GitHub Actions
Oracle Portland

Portland Java User Group

Continuous Delivery with GitHub Actions

GitHub Actions enable developers to automate builds and deploy code. Actions are an essential building block for continuous delivery pipelines. We’ll review Github’s pre-built Actions and learn how to setup GitHub CI/CD Workflows for Java applications.

Sean Sullivan is a Principal Software Engineer in Portland Oregon. He works on platform systems at Twilio. He is passionate about Scala, code generators, and automated delivery pipelines.

Slides: https://speakerdeck.com/sullis/continuous-delivery-with-github-actions-2019-09-24

Website
Tuesday
Dec 10, 2019
OpenAPI and Java -- Portland Java User Group
Oracle (Downtown Campus)

Portland Java User Group

Topic: OpenAPI and Java

OpenAPI is an essential building block for modern Java applications. OpenAPI has become the de facto standard for describing REST API's. Come learn about OpenAPI tools and libraries in the Java ecosystem.

Sean Sullivan is a Principal Software Engineer in Portland Oregon. He works on platform systems at Twilio. He is passionate about Scala, code generators, and automated delivery pipelines.

RSVP: https://www.meetup.com/PDXJUG/events/266931312/

Website
Tuesday
Dec 15, 2020
Portland Java User Group meetup
Virtual Event

Portland Java User Group meetup December 2020

Topic: Java on AWS

This presentation is an overview of Java technology on Amazon's cloud platform. We will look at: - Amazon's JDK distribution - AWS SDK for Java - AWS CDK for Java - AWS serverless technology

Join us online for the last PJUG meetup of 2020.

RSVP: https://www.meetup.com/PDXJUG/events/275035815

Website
Sunday
Jan 3, 2021
Portland Java User Group: Grid Packet Computing for Java (MOVED - see description!)
Oracle (Downtown Campus)

ATTENTION: For this month's meeting only, we will be meeting in the Jefferson room on the southeast end of the upper lobby. We will not be in the usual 8th-floor conference room!

This month's topic: Grid Packet Computing for Java (GPC4J)

GPC4J is a computing paradigm that breaks a partitionable problem into GridPackets, which are routed, processed and re-assembled into the solution to the original problem. This presentation will cover the use of the system and design of the project's web application. The application is built using REST (Jersey), Maven, Hibernate, JPA, MySQL and GlassFish.


Speaker: Lyle Harris

Lyle Harris is a Software Engineer working in World Wide Operations at Sun Microsystems, where he develops internal Java applications for automation and customer-facing web applications.


PJUG meetings start with some time to eat and socialize (pizza and beverages are provided), followed by the featured speaker, then Q&A, discussion, sometimes a drawing to give away swag. :)

Though we like knowing how many people to expect, you don't have to RSVP, on Upcoming or otherwise. Go ahead and just show up!

Many people also go for a drink and further discussion following the meeting, at a location determined ad hoc (lately, the Market Street Pub at 10th and Market: http://mcmenamins.com/index.php?loc=24 ).

http://twitter.com/pjug (join our mailing list, linked from the website!)

Website
Tuesday
Apr 13, 2021
Portland Java User Group virtual meetup
online

Portland Java User Group virtual meetup

Topic: Guardrail: State of the Union

Twilio's Guardrail project is a building block for Java and Scala RESTful API's. This talk will summarize recent enhancements to the Guardrail ecosystem. Attend this presentation if you want to learn about Guardrail's design principles, features, and roadmap

Sean Sullivan is a software engineer in Portland Oregon. He works on platform systems at Twilio. He is passionate about Scala, code generators, and automated delivery pipelines. Sean is a frequent speaker at the Portland Java User Group.

Slides: https://speakerdeck.com/sullis/guardrail-state-of-the-union-2021-04-13

Website
Tuesday
May 25, 2021
Portland Java User Group virtual meetup
Online

Portland Java User Group virtual meetup

RSVP on Meetup: https://www.meetup.com/PDXJUG/events/278107253/

This month's topic is Automated Refactoring for Java.

Abstract:

This talk will focus on how engineering teams can leverage automated refactoring tools that originated at Netflix to greatly reduce the time and effort required when migrating to new versions of frameworks like Spring and JUnit and between language versions.

Does this scenario sound familiar?

Your organization has many Java-based microservices and applications that are critical for the day-to-day operation of your business. Over time, you find that your applications have a large number of dependencies on third-party technologies and libraries that have different release cadences. Invariably, your organization encounters pressures to upgrade those dependencies for any number of the following reasons: critical bug fixes, security updates, expiring support, "modernization", or technical enablement. Refactoring a single application to update its third-party dependencies can be a tricky and manual process. At the organization level, performing the same refactoring operation across all of your applications can result in weeks of effort.

This talk introduces OpenRewrite, an open-source ecosystem that specializes in mass, automated refactoring with a focus on Java source code, Maven build files, XML, YAML, and property files. We will discuss how the framework enables the creation of composable, prepackaged recipes that can be used to automate common framework migration and how these recipes can be integrated into both Maven and Gradle builds. This talk will include some live demonstrations of Rewrite's tools to perform automated migrations on real-world, Spring applications and libraries.

Bio:

Tyler Van Gorder is a principal software engineer at Moderne Inc where he focuses on frameworks and tools for automated refactoring. He is a committer on the OpenRewrite project and has a passion for building tools that enable developers to do their jobs more effectively. Prior to joining Moderne, Tyler worked as a lead software engineer for a large, e-commerce company where he focused on company-wide libraries using Spring, Spring Boot, and Spring Cloud. In his spare time, you might find Tyler on a basketball court or hiking, with his wife, in the mountains around Portland.

Website
Tuesday
Apr 19, 2022
Portland Java User Group meetup
Online

This month's topic: Code Generation on the Java VM

Code generation has become a mainstream technique for building modern Java applications. Whether you are using OpenAPI, GraphQL, or gRPC, your team can leverage code generation to speed up development and reduce defects. This presentation will discuss common code generation techniques. We’ll examine how to automatically generate Kotlin, Java, and Scala code.

Bio

Sean Sullivan is a Principal Software Engineer in Portland Oregon. He is passionate about code generators and automated delivery pipelines. Sean is a frequent speaker at the Portland Java User Group.

RSVP at https://www.meetup.com/PDXJUG/events/285348647/

Website
Tuesday
Mar 14, 2023
Portland Java User Group meeting
Google Portland 555 SW Morrison St, Suite 500, Portland OR

Portland Java User Community! We are having an in-person event on Tuesday, March 14th out of the Google offices in downtown Portland. Join fellow Java enthusiasts for an hour of networking, learning, and planning for future events, over Pizzas and drinks.

Agenda:

6:30 - 7:00 - Assembling, meeting & greeting

7:00 - 7:05 - Call to order, Welcome, Introduction

7:05 - 7:30 - Microbenchmarking with JMH : Sean Sullivan

7:30 - 7:55 - Java in the Cloud - best practices: Biju Kunjummen

8:00 - 8:15 - Tear down

Website
Tuesday
Oct 24, 2023
Portland Java User Group
555 SW Morrison Portland Oregon

Portland Java User Group

This month's topic is Java 21

Agenda:

5:30 - 6:00 - Assembling, meeting & greeting 6:00 - 6:05 - Call to order, Welcome, Introduction

6:05 - 7:15

Java 21 - Virtual Threads and Structured Concurrency - Tyler Van Gorder

Java 21 in Production - Sean Sullivan

Record Patterns, Pattern matching for Switch, String Templates, Sequenced Collections - Biju Kunjummen

7:15 - 7:30 - Tear down

Website