31. January 2012
The last blog post (Jumping into continuous delivery with Jenkins and SSH) demonstrated how to build and deploy an application continuously using Jenkins, SSH and Nexus. In that scenario, the application was packaged and deployed on Nexus by Jenkins, and then retrieved from Nexus by the host. However, what about doing it without Nexus? You might have no other need for Nexus or even Maven. Or perhaps you prefer to deploy your application only after you have tested it in several environments. So, how to deploy your application without Nexus?
This post explains how to use the Jenkins SCP plugin to copy the freshly built application to another machine using SCP. This is useful when you need to copy an application to a specific machine or another environment without exposing it publicly.
Although this post is focused on Jenkins, other continuous integration servers have equivalent capabilities.
Read the rest of this entry »
Leave a Comment » |
All, Innovation | Tagged: Berlin, continous, continuous delivery, continuous integration, Deutschland, Germany, hudson, JBOSS, jenkins, SCP, Tomcat |
Permalink
Posted by Clement Escoffier
6. January 2012
akquinet tech@spree has published a technology radar analyzing the trends of 2011–2012. It provides an overview of the evolution of practice in the Information Technology sector in 2011 as well as a forecast for 2012. It is the result of one year of analysis and synthesis performed by the Innovation department of akquinet tech@spree.
The technology radar captures the output from discussions, experiments, projects, and feedback from customers and developers. It synthesizes the results to inform global technology strategy decisions. It focuses on new technologies and methodologies with a high level of attraction. This document does not aim to provide an in-depth presentation of each technology, focusing instead on conciseness and highlighting the trends and state of the practice.
More information on http://radar.spree.de
Leave a Comment » |
All, Enterprise Applications, Innovation, Mobile, User eXperience | Tagged: 2011, 2012, android, Berlin, CDI, css, Deutschland, frameowrk, Germany, html5, ios, javaEE, JBOSS, osgi, play!, prediction, radar, technology, trends, ui |
Permalink
Posted by Clement Escoffier
26. December 2011
The PicketLink framework[1] provides identity management (IDM)[2] to applications based on different identity providers. PicketLink offers support for a number of different identity store back-ends like LDAP or RDBMSes.
We are successfully using PicketLink in several internal and external applications and it is also a foundation for many other frameworks like seam-security[3] or the GateIn[4] portal server.
Read the rest of this entry »
1 Comment |
JBOSS AID | Tagged: Berlin, Deutschland, GateIn, Germany, IDM, JBOSS, LDAP, PicketLink |
Permalink
Posted by Michael Schuetz
3. August 2011
Seam Forge – a core framework for rapid-application development in a standards-based environment.
Q: Hi Lincoln, thanks for your time. What’s cool about Forge?
A: Hi Michael, thanks for your interest in Forge! Special, that’s a tough one. It’s my project so it all feels a little special, but overall I think there are two big differences we’re going to see with Forge as opposed to other rapid application tools like it. The first is the fact that it is technology agnostic. Sure, it’s written in Java, and it primarily operates on Java projects right now, but it could be used on any technology, support any build tool, and even do things that are completely un-related to web development. I for one, plan on using it’s plugin system to control my home automation system. And that brings me to the other big thing that makes Forge special – the plugins themselves. Plugins are so easy to write that I expect people will be writing plugins for things we couldn’t have possibly imagined.
Read the rest of this entry »
2 Comments |
All, JBOSS AID | Tagged: FORGE, JBOSS, SEAM |
Permalink
Posted by Michael Schuetz
30. September 2009
Are you using JBoss Messaging in a firewalled environment? Do your long running JMS consumers fail to receive JMS notifications after some time of inactivity? If you answer yes to any of these questions you might be interested in our field report where we describe how we diagnosed and fixed such issues with JBoss Messaging and long running JMS consumers within a Java Swing Client.
Read the rest of this entry »
8 Comments |
All, JBOSS AID | Tagged: Firewall, Java EE, JBOSS, JMS |
Permalink
Posted by akquinet tech@spree
14. September 2009
akquinet has created and published a Maven Archetype which allows you to setup and run a JBoss Seam Sample-Application with a full Maven based build configuration in around 10 seconds.
Read the rest of this entry »
12 Comments |
All, JBOSS AID | Tagged: Java EE, JBOSS, Maven, SEAM |
Permalink
Posted by akquinet tech@spree