Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse Day Krakow 2014/Talks"

Line 30: Line 30:
  
 
We all know we should write tests and constantly improve quality by inspecting the code. What we don't want to admit (at least out loud) this is often a dull task. During this talk you'll be introduced to a few Eclipse plugins and techniques that will make the experience a bit more pleasant. You'll learn how to make sure each class is tested and how well covered it is with the tests. After the talk, you'll know how to create a missing test with just a few clicks and that includes mock testing. All of this will help you improve quality of your code, making you focus on adding new features and not chasing those pesky bugs over and over again. All tools presented are free and being used in the field. No product selling, just pure pragmatism
 
We all know we should write tests and constantly improve quality by inspecting the code. What we don't want to admit (at least out loud) this is often a dull task. During this talk you'll be introduced to a few Eclipse plugins and techniques that will make the experience a bit more pleasant. You'll learn how to make sure each class is tested and how well covered it is with the tests. After the talk, you'll know how to create a missing test with just a few clicks and that includes mock testing. All of this will help you improve quality of your code, making you focus on adding new features and not chasing those pesky bugs over and over again. All tools presented are free and being used in the field. No product selling, just pure pragmatism
 +
 +
== Eclipse Orion - New and Noteworthy ==
 +
 +
[https://wiki.eclipse.org/Eclipse_Day_Krakow_2014/Speakers#Maciej_Bendkowski Maciej Bendkowski]
 +
 +
Orion is an open integration platform focused on developing for the web in the web. With support for cutting-edge web technologies including JavaScript, HTML5, CSS3, Cloud Foundry, Docker.io and more, Orion provides a seamless end-to-end web deveopment expierience entirely in the browser. In this talk, we present new and noteworthy features introduced during the 4.0 and 5.0 releases and discuss future plans.

Revision as of 08:00, 26 May 2014

Programming for the Cloud - challenges

Michał_Zarakowski

Witold Kopel

Building your Cloud with OpenStack

Marcin Lewandowski

Konrad Gorzelański

OpenStack is a global collaboration of developers and cloud computing technologists producing the ubiquitous open source cloud computing platform for public and private clouds. This presentation will walk you through details behind OpenStack architecture and will also provide hands-on experience in working with this exciting technology.

Building a Cloud IDE you might not hate

Ken Walker

Everything has gone Cloud but developers haven't yet accepted tools that are hosted there, why is that? What's missing in the available cloud-based tooling environments that makes a developer cringe? What features are in Cloud based tools that developers might not be aware of that can improve their development process. Ken, the lead of the Open Source Orion project, will talk about how Web IDE creators and collaborators are trying to match expectations of desktop developers; what’s available now, and what we’re working on to make a Cloud IDE even more compelling. The talk will cover several Cloud based tools and IDEs, their strengths and weaknesses and even some live development using Orion.

Eclipse and Java 8

Daniel Megert

This session will present the most important new stuff in Java™ 8. It will show how to get started developing Java™ 8 code with Eclipse and then demo the new features that are available in Eclipse for this new Java™ release. We will also look behind the curtain and see how the JDT team accomplished that great piece of work.

Improving code quality with Eclipse

Tomasz Żarna

We all know we should write tests and constantly improve quality by inspecting the code. What we don't want to admit (at least out loud) this is often a dull task. During this talk you'll be introduced to a few Eclipse plugins and techniques that will make the experience a bit more pleasant. You'll learn how to make sure each class is tested and how well covered it is with the tests. After the talk, you'll know how to create a missing test with just a few clicks and that includes mock testing. All of this will help you improve quality of your code, making you focus on adding new features and not chasing those pesky bugs over and over again. All tools presented are free and being used in the field. No product selling, just pure pragmatism

Eclipse Orion - New and Noteworthy

Maciej Bendkowski

Orion is an open integration platform focused on developing for the web in the web. With support for cutting-edge web technologies including JavaScript, HTML5, CSS3, Cloud Foundry, Docker.io and more, Orion provides a seamless end-to-end web deveopment expierience entirely in the browser. In this talk, we present new and noteworthy features introduced during the 4.0 and 5.0 releases and discuss future plans.

Back to the top