Viewing 0 current events matching “sun” by Date.

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

Viewing 39 past events matching “sun” by Date.

Sort By: Date Event Name, Location , Default
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
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
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
Sunday
Aug 29, 2010
Summer Coders' Social
Laurelhurst Park

Picnic Area B.

This event is for local software developer User Groups to get together and have a BBQ (instead of the regular meetings).

This will be a very casual geek event with outdoor activities, games and BBQ so be sure to bring the whole family.

Potluck

Sign up for potluck (see what has already been added)

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
Sunday
Aug 21, 2011
Summer Coders' Social
Laurelhurst Park

Picnic Area A. - Group picnic directly west of the off-leash area on the south side of the park.

This event is for local software developer User Groups to get together and have a BBQ (instead of the regular meetings).

This will be a very casual geek event with outdoor activities, games and BBQ so be sure to bring the whole family.

Potluck:

See what other folks are bringing to the Potluck then add what you would like to bring.

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
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
Sunday
May 20, 2012
Annular Eclipse of the Sun
Oregon and Northern California

When the moon is exactly between the earth and the sun, we get eclipses. Full eclipses occur when the moon is near enough to the earth to block the entire disk of the sun, and the earth, moon, and sun are exactly in line (syzygy). Given that the moon and sun are rather small in the sky (half a degree) and that the moon's orbit precesses and is inclined by 5.5 degrees to the earth-sun (ecliptic) orbit, syzygy lineups are rare. Given that the moon is much smaller than the earth, its shadow passes over only a narrow strip, moving west to east.

If the moon is at apogee, the far extreme of its orbit, it does not block the entire sun, but leaves a ring of bright sunlight around the moon, an "annulus". The ring will be perfect near Crescent City, and the eclipse will block 94% of the sun's disk. Further north near Portland, the sun will peek over the top of the moon, and we will see a crescent, horns down, blocking 88% of the sun at Portland's latitude.

The eclipse becomes visible at sunrise over coastal China on Monday May 21, passes over Japan, the international dateline at local noon, south of Alaska on May 20 and then to Oregon near sunset. It would be way cool if someone would use something like Google Hangout to aggregate webcam feeds from around the Pacific Rim.

This may be the only chance in your lifetime to observe an annular eclipse without traveling halfway around the world, or into space. Eclipses are spooky and cool. Don't miss this one!

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
Sunday
Sep 23, 2012
Summer Coders' Social
Laurelhurst Park

Picnic Area D. - Northeast corner of Laurelhurst Park

This event is for local software developer User Groups to get together and have a potluck (instead of the regular meetings).

This will be a very casual geek event with outdoor activities, games and potluck so be sure to bring the whole family and any outdoor friendly games you'd like to share!

Potluck:

See what other folks are bringing to the Potluck, then add what you would like to bring. Try to fill in the blanks (bring a main course if it's all dessert/salad so far).

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