Microsoft releases .NET Core 2.0
Scott McCarty shares how containers can help in the DevOps world, but pay attention to 3 items.
Analytics and Data Science on OpenShift with Apache Spark, by Will Benton
This lightning talk was delivered at Red Hat Summit 2017.
Charlotte delivered this lightning talk at Red Hat Summit 2017.
Rich delivered this lightning talk at Red Hat Summit 2017.
Marek delivered this lightning talk at Red Hat Summit 2017 in Boston.
Clustering Eclipse Vert.x - From 0 to Clustering in seconds, by Deven Philips - Deven delivered this lightning talk at Red Hat Summit 2017.
Are you interested in all things JBoss+Cloud, then this is your opportunity to ask. Bob McWhirter (BMW) is lead JBoss Cloud Architect and will cover projects like BoxGrinder, Steam Cannon and CirrAS. Now is your opportunity to see the next generation of IT infrastructure and Platform as a Service using JBoss technologies. Presenter: As the chief architect for middleware cloud computing at Red Hat, Bob McWhirter leads a team of engineers that is paving the way for the enterprise cloud computing paradigm shift. Named a Red Hat Fellow in 2009, McWhirter joined Red Hat in 2007 and is responsible for navigating the cloud as it relates to Red Hat’s middleware technologies within the JBoss Community and via JBoss Enterprise Middleware. He also leads the TorqueBox project, creating a Ruby application server on top of the core JBoss Application Server. Prior to joining Red Hat, McWhirter served as a founding engineer at Radar Networks, where he spent nearly two years working on the semantic-Web platform Twine.com. He is also the founder of the Codehaus open source community.
In this small screencast we'll show you how to get started with OpenShift using JBoss Tools. We'll show you how to create an new OpenShift application and import it to your Eclipse workspace. We'll then show you how to change the starter-application in your workspace, and push those changes to OpenShift.
Follow me at: http://twitter.com/lincolnthree In order to follow this tutorial, please make sure that you have installed JBoss Forge (at least Beta3): http://jboss.org/forge You will also need to install Git for your operating system: http://git-scm.com/ Be ready to follow the steps in the tutorial by signing up for a free account at http://openshift.com, and making sure that your SSH keys are configured correctly via the OpenShift quick-start guide. -------------------------------------------------------------- ++ Set up our OpenShift Project ++ 1. new-project --named forge-openshift-demo --topLevelPackage org.jboss.forge.openshift 2. forge install-plugin openshift-express 3. rhc-express setup --app forge 4. servlet setup 5. git add pom.xml src/ 6. rhc-express deploy ++ Add JPA and the Scaffold ++ 7. persistence setup --provider HIBERNATE --container JBOSS_AS7 8. scaffold setup 9. entity --named User 10. field string --named name 11. field int --named rating 12. scaffold from-entity 13. rest setup 14. rest endpoint-from-entity 15. git add pom.xml src/ 16. rhc-express deploy
This demo will show you how to use JBoss Forge and JBoss Developer Studio to reverse engineer a Java EE application from an existing database and deploy it on OpenShift.
S-RAMP is an emerging OASIS standard for a Service Oriented Architecture repository (and accompanying protocol for accessing that repository).
Are you ready for BPM in the Cloud? The fully cloud enabled JBoss BPM Suite is now available on OpenShift as a bpmPaaS cartridge. We have not been idle in the background as this was developed and have put together some automated cartridge installation projects that kick start you with pre-loaded demo projects. Here we provide a video walkthrough covering the creation of your bpmPaaS instance on OpenShift and quick tour of how to run the Generic Loan demo project, all in just over 6 minutes.