CodeReady Workspaces for OpenShift (Beta) - It works on their machines too
CodeReady Workspaces lets teams code with greater security and faster onboarding while eliminating the "It works on my machine" syndrome.
CodeReady Workspaces lets teams code with greater security and faster onboarding while eliminating the "It works on my machine" syndrome.
A collaborative Kubernetes-native development solution that delivers OpenShift workspaces and in-browser IDE for rapid cloud application development.
Red Hat XML Extension now available on the VSCode Marketplace with schema-based support. Get syntax highlighting and checking, code completion, document folding, and more.
This article introduces the new Red Hat OpenShift extension for Visual Studio Code. It explains the benefits the extension provides, provides a demo video of using the extension, and covers installation details.
Red Hat is one of the major contributors to the Eclipse Che community. Learn how Red Hat is participating at EclipseCon Europe.
Eclipse Che 6.6 is here, and since the release of Che 6.0, the community has added a number of new capabilities. In this article, learn about new features and how to get started using Che with Kubernetes, Red Hat OpenShift, and Docker.
OpenShift.io is a cloud native set of zero-install tools for editing and debugging code, agile planning, and managing CI/CD pipelines. Installing and configuring developer tools is a major time sink; OpenShift.io takes that task out of the picture.
It’s been an incredibly exciting journey for Eclipse Che since the acquisition of Codenvy by Red Hat. Che 6 is the most important release in Eclipse Che history—it is a big release with more than 1,550 commits. So there’s a ton of new goodness for everyone!
A lot of functionality necessary for running in a microservices architecture have been built into Kubernetes; why would you re-invent the wheel with lots of complicated client-side libraries? Have you ever asked why you should use containers and what are the benefits for your application? This talk will present a microservices application that have been built using different Java platforms: WildFly Swarm and Eclipse Vert.x. Then we will deploy this application in a Kubernetes cluster to present the advantages of containers for MSA (Microservices Architectures) and DevOps. The attendees will learn how to create, edit, build, deploy Java Microservices, and also how to perform service discovery, rolling updates, persistent volumes and much more. Finally we will fix a bug and see how a CI/CD Pipeline automates the process and reduces the deployment time.
Yes, Docker is great. We are all very aware of that, but now it’s time to take the next step: wrapping it all and deploying to a production environment. For this scenario, we need something more. For that “more,” we have Kubernetes by Google, a container platform based on the same technology used to deploy billions of containers per month on Google’s infrastructure. Ready to leverage your Docker skills and package your current Java app (WAR, EAR, or JAR)? Come to this session to see how your current Docker skill set can be easily mapped to Kubernetes concepts and commands. And get ready to deploy your containers in production.
Alex Irmel Oviedo Building OpenShift Cartridges presentation given at FISL15 May 2014 in Porto Alegre, Brazil Alex's Tech Blog: http://www.alexove.mallkudev.com/en/2014/05/13/report-fisl-15-porto-alegre/ Follow Alex on twitter @alleinerwolf
(Part 1)Containers are enabling developers to package their applications in new ways that are portable and work consistently everywhere: on your machine, in production, in your data center, and in the cloud. And Docker has become the de facto standard for those portable containers in the cloud. This lab offers developers an intro-level hands-on session with Docker, from installation to exploring Docker Hub, to crafting their own images, to adding Java apps and running custom containers. This is a BYOL (bring your own laptop) session, so bring your Windows, OS X, or Linux laptop and be ready to dig into a tool that promises to be at the forefront of our industry for some time to come.
Containers are enabling developers to package their applications in new ways that are portable and work consistently everywhere: on your machine, in production, in your data center, and in the cloud. And Docker has become the de facto standard for those portable containers in the cloud. This lab offers developers an intro-level hands-on session with Docker, from installation to exploring Docker Hub, to crafting their own images, to adding Java apps and running custom containers. This is a BYOL (bring your own laptop) session, so bring your Windows, OS X, or Linux laptop and be ready to dig into a tool that promises to be at the forefront of our industry for some time to come.
CDI portable extensions are among the greatest features of Java EE, enabling the platform to be extended in a clean and portable way. But allowing extension is just part of the story. CDI opens the door to a whole new ecosystem for Java EE, but it’s not the role of the specification to create these extensions. Apache DeltaSpike is the project that leads this brand new ecosystem by providing useful extension modules for CDI applications as well as tools to ease the creation of new ones. This session starts by presenting the DeltaSpike toolbox and shows how it helps you develop for CDI. Then it describes the major extensions included in DeltaSpike, including “configuration,” “scheduling,” and “data.”