Loading…
ApacheCon EU 2014 has ended
Register Now for ApacheCon Europe 2014 - November 17-21 in Budapest, Hungary. 
Grand Ballroom [clear filter]
Monday, November 17
 

9:00am CET

Keynote: Apache Software Foundation State of the Feather - Rich Bowen, ASF Executive Vice President
In our opening session, the Apache Software Foundation's Rich Bowen will give the traditional State Of The Feather high-level view of the Foundation. He'll be joined by various officers of the Foundation who will discuss where we've come in the last year, and what the outlook is for the coming year.

Whether you're an old hand at the Foundation, or if you're just learning about the ASF, this is a session you'll not want to miss.
 

Speakers
avatar for Rich Bowen

Rich Bowen

Principle Evangelist, Open Source, AWS
Rich has been doing open source since before we called it that. He's a member and director at the Apache Software Foundation, and has been active on major open source projects including the Apache HTTP Server, Perl, PHP, Wordpress, and OpenStack. He's an Open Source Evangelist at... Read More →


Monday November 17, 2014 9:00am - 9:30am CET
Grand Ballroom

9:30am CET

Keynote: A Q&A Discussion with Best-Selling Author Hugh Howey, moderated by Rich Bowen, ASF Executive Vice President.
Watching the self-publishing industry for the last decade or so, you can't help but notice that it has had a number of profound impacts on the "real" publishing industry, and on writing in general. The democratization of publishing leads to surprising new developments, and opens the way for new authors who wouldn't have had a place in the traditional publishing model.

When Hugh Howey self-published 'Wool', in 2011, through Amazon's Kindle Direct program, he was taken somewhat by surprise by its success. Since then, he's written a number of other books, which have spent some time at the #1 bestseller spot in Science Fiction on Amazon.

Conference chair Rich Bowen and Hugh will have an informal chat about self-publishing, the democratization of the publishing industry, and whatever the audience cares to ask, in this keynote.

Speakers
HH

Hugh Howey

Best Selling Author
Born in 1975, I spent the first eighteen years of my life getting through the gauntlet of primary education. While there, I dabbled in soccer, chess, and tried to write my first novel (several times). Out of school, I became fascinated with computers, repaired them for a brief stint... Read More →


Monday November 17, 2014 9:30am - 10:00am CET
Grand Ballroom

10:30am CET

Jax-Rs 2.0 With Apache Cxf Continued - Sergey Beryozkin, Talend
JAX-RS helps developers create HTTP-centric applications fast. JAX-RS 2.0, the evolution of the popular JAX-RS 1.1 specification, introduces new features which will make it simpler to build end to end HTTP applications of various complexity. This presentation will touch on Apache CXF philosophy of supporting various styles of developing web services, provide an overview of JAX-RS and finish with describing and analyzing all the new features of JAX-RS 2.0.
It will be based on the ""JAX-RS 2.0 With Apache CXF"" presentation given at Apache Con NA 2014 with new slides introduced. JAX-RS 2.1 plans will also be discussed should they become public by the time Apache Con EU 2014 starts.

Speakers
SB

Sergey Beryozkin

Software Architect, Talend
Sergey Beryozkin is a software architect at Talend. He is a web services expert leading Apache CXF JAX-RS and OAuth2 projects. He is also a committer of Apache Tika, Camel and Aries.


Monday November 17, 2014 10:30am - 11:20am CET
Grand Ballroom

11:30am CET

Using Websocket With CXF And Camel - Akitoshi Yoshida, SAP
WebSocket is a full-duplex transport protocol developed as part of HTML5 and has caught attention not only for Browser applications but also also for application integration. This simple HTTP based protocol can operate over a single socket and does not suffer from network restriction such as proxies and firewalls when establishing a duplex channel.

New WebSocket support in Apache CXF can be used to invoke an asynchronous JAX-WS service over a single WebSocket connection instead of using two separate HTTP connections, to establish a direct node connection in a cluster environment, and to asynchronously push data from a JAX-RS service to its client. And Apache Camel now supporting both the client and server side WebSockets can be used to integrate and compose various WebSocket applications with other applications.

Speakers
AY

Akitoshi Yoshida

SAP
Akitoshi Yoshida is an ASF member and committer of Apache CXF and Apache Camel. In addition, he is also a committer of Atmosphere and Swagger-Socket. He works at SAP and has more than 10 years of experience in developing enterprise business applications and application integration... Read More →


Monday November 17, 2014 11:30am - 12:20pm CET
Grand Ballroom

1:40pm CET

CXF Security And Reliability - Dennis Sosnoski, Sosnoski Software Associates Ltd
Apache CXF supports a full range of SOAP extension technologies. Two of the most important extensions are WS-Security and WS-ReliableMessaging. The WS-Security family of technologies add message-level security to basic SOAP exchanges, while WS-ReliableMessaging adds delivery assurance options. In this presentation Dennis Sosnoski will show you how WS-Security and WS-ReliableMessaging can be added to your CXF SOAP applications with little or no impact on your application code. He'll also discuss how large organizations are increasingly using these SOAP extension technologies in their operations, including how the government of the Netherlands is applying the technologies to educational and other government sectors. Finally, Dennis will summarize the WS-ReliableMessaging and WS-Security enhancements included in the latest CXF 3.0 release.

Speakers
avatar for Dennis Sosnoski

Dennis Sosnoski

Principal Consultant, Sosnoski Software Associates Ltd
Dennis Sosnoski is a CXF committer and PMC member and an expert on web services in Java. His CXF work has included implementing the WS-ReliableMessaging 1.1/1.2 support and making WS-RM work correctly with WS-Security for the new CXF 3.0 release. Dennis has been helping organizations... Read More →


Monday November 17, 2014 1:40pm - 2:30pm CET
Grand Ballroom

2:40pm CET

From OAuth1 To OAuth2 With Apache CXF And Hawk - Sergey Beryozkin, Talend
OAuth2 is a set of specifications describing the way resource owners can allow third party applications access some of their resources. OAuth2 owes a lot to the popularity of older OAuth1, the fact which led to the OAuth2 process being initiated. However the concern about OAuth2 being as capable and secure as OAuth1 is still shared by some developers. In this presentation we will briefly introduce Apache CXF OAuth2 implementation and show how OAuth2 and Hawk (Mac) token can be used to create simpler and no less secure classical OAuth applications.

Speakers
SB

Sergey Beryozkin

Software Architect, Talend
Sergey Beryozkin is a software architect at Talend. He is a web services expert leading Apache CXF JAX-RS and OAuth2 projects. He is also a committer of Apache Tika, Camel and Aries.


Monday November 17, 2014 2:40pm - 3:30pm CET
Grand Ballroom

3:50pm CET

Design REST Services With CXF JAX-RS Implementation: Best Practices And Lessons Learned - Andrei Shakirin, Talend
JAX-RS specification makes creation of REST services easy and intuitive for Java developers. However there are a number of topics to worry about in order to provide clean and maintainable REST APIs.
In this presentation, Andrei will share practical experience to design REST services based on JAX-RS Apache CXF implementation.
The presentation will cover the following:
- Exposing of resources and collections
- Resource methods selection and content negotiation
- Exception processing
- Client and Server asynchronous APIs
- Using of JSON providers
- Crosscutting aspects in JAX-RS filters and interceptors
- Bean validation

The main goals of this presentation are to share the best practices, experience and discuss the most important aspects of designing and implementing REST APIs in your projects.

Speakers
AS

Andrei Shakirin

Software Architect, Talend
Andrei is a software architect in the Talend team developing the open source Application Integration platform based on Apache projects. The areas of his interest are REST design, web services security, Microservices and agile development. Andrei is PMC and committer of Apache CXF... Read More →


Monday November 17, 2014 3:50pm - 4:40pm CET
Grand Ballroom

4:50pm CET

Secure Services With Apache CXF - Andrei Shakirin, Talend
Security is the common requirement for almost all of the web service related products and solutions. Apache CXF framework provides a wide range of the security features for REST and SOAP services. It supports a number of security standards like OAuth, WS-Trust, WS-Federation. CXF users can benefit from new functionality in Authorization, Key Management and Security Token Service components.
This presentation will review CXF security features and illustrate them with the code. Andrei will show how the security requirements have been implemented in the real projects and discuss possible alternatives.
Which security options are available for the REST service? How to achieve federated authentication in CXF applications? How to implement authorization in web service? What is the benefit of the public key infrastructure and XKMS? - These questions will be discussed during the session.

Speakers
AS

Andrei Shakirin

Software Architect, Talend
Andrei is a software architect in the Talend team developing the open source Application Integration platform based on Apache projects. The areas of his interest are REST design, web services security, Microservices and agile development. Andrei is PMC and committer of Apache CXF... Read More →


Monday November 17, 2014 4:50pm - 5:40pm CET
Grand Ballroom
 
Tuesday, November 18
 

6:30pm CET

Committer Reception
Tuesday November 18, 2014 6:30pm - 8:30pm CET
Grand Ballroom
 
Wednesday, November 19
 

9:30am CET

What Can Infrastructure Do For You Today? - Daniel Gruno, Apache Software Foundation
If you are a committer in the Apache Software Foundation, you will have come across our Infrastructure Team at many points in your life; From the initial creation of your user account at the ASF, to the daily maintenance messages flowing from it and special requests you may have had for your project(s). But what is thing thing called Infrastructure exactly, how does it work, and how is it comprised? In this talk/Q&A, we'll take you through the inner workings of Infra, how it is set up, how it works on a daily basis and what services it offers that you may or may not be aware of. If you've ever had an infra question nagging in the bowels of your mind, this is the place to ask, as the talk is split into a presentation and a question-and-answer section, where you can quench your thirst for infrastructural knowledge.

Speakers
avatar for Daniel Gruno

Daniel Gruno

The Apache Software Foundation
I am a member of the Apache Software Foundation and the chair of Apache STeVe among other things. I work as a consultant for the Apache Software Foundation and as the Chief Innovations Officer of Quenda, a company engrossed in everything Open Source.


Wednesday November 19, 2014 9:30am - 10:20am CET
Grand Ballroom

10:40am CET

Where Is Apache Infrastructure Going? - David Nalley, Apache Software Foundation
What's going on in ASF Infrastructure? What changes have we seen in the past 6 months and what does the future hold? Is everything moving to the cloud? What exactly is the scope of Infrastructure at the ASF?

Speakers
DN

David Nalley

VP of Infrastructure, ASF
David Nalley is the Vice President, Infrastructure at the Apache Software Foundation


Wednesday November 19, 2014 10:40am - 11:30am CET
Grand Ballroom

11:40am CET

Jenkins At Apache: Our Current Status, Future Plans And What We've Learned - Andrew Bayer, Cloudera
Apache’s Jenkins service at builds.apache.org ranks as one of the largest in Jenkins’ publicly available usage statistics, in number of jobs and builds. Providing such a massive scale Jenkins service presents a number of challenges, and we’ve been working hard to improve Apache’s offering. Andrew Bayer will talk about where we were earlier in 2014, what we’ve done to get to the more reliable and useful state we’re in now, and what’s planned for the future. Andrew will also give some pointers on best practices for users of builds.apache.org to get the most out of Apache’s Jenkins service, as well as some lessons we’ve learned that may be helpful to others running massive scale Jenkins setups.

Speakers
AB

Andrew Bayer

Build and Tools Architect, CloudBees
Andrew Bayer is an Apache member, a PMC member on a number of projects and a member of the ASF Infra team.


Wednesday November 19, 2014 11:40am - 12:30pm CET
Grand Ballroom

2:00pm CET

Musings on Mesos: Docker, Kubernetes, and Beyond - Tim St. Clair, Red Hat
Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications or frameworks. It has grown from a research project at Berkeley's AmpLab, to the distributed operating system that powers the data centers of numerous companies, from startups to Twitter. Join us as we walk through of some of the recent developments in the Mesos project, from Docker support to Kubernetes integration. We'll also try to submit some wild eyed prognostications of the future, where "Everything is AWESOME!"

Speakers
avatar for Timothy St. Clair

Timothy St. Clair

Principal Engineer, Red Hat
Timothy St. Clair is a Principal Software Engineer at Red Hat in the Emerging Technology office. He is a PMC member and committer to the Apache Mesos Project, and has worked on the development and integration of various open source distributed systems projects, including: Mesos, Kubernetes... Read More →


Wednesday November 19, 2014 2:00pm - 2:50pm CET
Grand Ballroom

3:00pm CET

Ask Infra - David Nalley, Apache Software Foundation
This panel will involve folks who work on the ASF Infrastructure team. Feel free to ask the hard questions: When will we bring back CVS or RCS support? How soon will Atlassian Stash be implemented? Can we please stop email, again? We welcome these questions and more.

Speakers
DN

David Nalley

VP of Infrastructure, ASF
David Nalley is the Vice President, Infrastructure at the Apache Software Foundation


Wednesday November 19, 2014 3:00pm - 3:50pm CET
Grand Ballroom

4:20pm CET

Keynote: The Value of the Apache Software Foundation - David Nalley, VP of Infrastructure, Apache Software Foundation
Value: the importance, worth, usefulness or impact of something. Talking about an organization's value is second nature in the business world. We talk about a startup like Uber having a $17 billion valuation, or a company like VMware having a $43 billion dollar market capitalization. But looking at traditional business metrics doesn't work for the Apache Software Foundation or most other non-profit organizations. We don't have customers or profit, we don't have showcase offices, or buildings. The ASF doesn't really have that much money; and it's completely dependent on the kindness and generosity of sponsors for what money it does bring in. Does that mean that the ASF isn't valuable, or doesn't have impact? How do we even measure our worth as an organization? What is our place in the technology world? Why bother asking the question?

Speakers
DN

David Nalley

VP of Infrastructure, ASF
David Nalley is the Vice President, Infrastructure at the Apache Software Foundation


Wednesday November 19, 2014 4:20pm - 4:50pm CET
Grand Ballroom

4:50pm CET

Keynote: Open Innovation 2.0 - Response to Innovation Challenges - Bror Salmelin, Adviser, Innovation Systems, European Commission Directorate General for Communications, Networks, Content and Technology (DG CONNECT)

This talk will illustrate the Open Innovation 2.0 paradigm based on the twenty snapshots from the white paper by Martin Curley and Bror Salmelin (downloadable from https://ec.europa.eu/digital-agenda/node/66731). Open Innovation 2.0 is based on creating commons, sharing them in quadruple helix innovation ecosystems and building on common open, functional platforms. This new paradigm is also based on mash-up innovation processes rather than linear ones.

The speech will address how the EU is taking the new open innovation approach on board with new projects and new instruments as well.


Speakers
BS

Bror Salmelin

Graduated from Helsinki University of Technology with majors in Control and Systems Engineering, Electronics and Measurement Technology, 1978.Assistant at Helsinki University of Technology 1979-1984. Worked at TEKES (a Finnish agency co-ordinating industrial RTD) 1984 with management... Read More →


Wednesday November 19, 2014 4:50pm - 5:20pm CET
Grand Ballroom

5:20pm CET

Lightning Talks
Wednesday November 19, 2014 5:20pm - 6:20pm CET
Grand Ballroom
 


Filter sessions
Apply filters to sessions.
  • ApacheBarCamp
  • Big Data
  • Business
  • Cassandra Days
  • Cloud
  • Community
  • Content in Action
  • Content Services
  • Couch
  • CXF
  • Developer
  • Evening Event
  • Fast Feather Track
  • httpd
  • Infrastructure
  • Keynote
  • Linked Data
  • Lucene / Solr
  • Mesos
  • Mobile/Flex
  • OFBiz
  • OpenOffice
  • Operations
  • OSGi
  • Software Development
  • Tomcat
  • Tutorial
  • Web Frameworks
  • Wildcard