| JTraining - Java knowledge community |
|
JTraining is a home for Java enthusiasts. A directory with the most relevant online and offline trainings. A self-regulating community for beginners and gurus alike. Train and be taught, meet others with similar interest, share knowledge and discuss the latest trends. Promote yourself and your company. Feel free to join in and share your knowledge. Read the full article here or find more information on the JTraining Administrator Blog. |
Latest activity
Latest contributions:
-
Released Netty 3.2.0 BETA1
After some previous 3.2.0 ALPHA releases, this is the first 3.2.0 BETA release. It comes with some new features and some improvements.
The Netty 3.2.0 ALPHA3 already came with Web Sockets support and now the BETA also contains the zero-copy file transfer feature. It also contains a more user-friendly API… -
Griffon 0.3 released
The Griffon team is happy to announce the release of Griffon 0.3, nicknamed "Leopardus pardalis" - and is the fourth major release of Griffon. Griffon is a Grails inspired framework for writing RIA's , ( which are web applications that have most of the characteristics of desktop applications ) on…
-
Create Your Custom 404 Error Page With JBoss
At the moment my project team and me are programming a Bank web application.
It is build using JBoss with JSF, and we are using JAAS for security reasons.
Since there can be many errors, a custom 404 error page can come in handy.
With JBoss, it isn’t all that… -
Spring Security 3.0.1 Released
This release does not have any new features, since its just a minor bugfix. But its still important news for the Spring Security projects out there, because Spring Security is a framework that provides advanced authentication, authorization and other even security features for enterprise applications. Its not really a framework…
-
Save inputTextArea state without submitting
When working with JSF 1.x you will eventually find out about some of its annoying features. Such as that it is all about HTTP POST and nothing but HTTP POST. So when working with forms with inputTextArea components you will notice that refreshing or navigating away and then back will…
-
Recursive Methods
Here is just a small intro to recursive methods; Basically, a recursive method is a method that calls itself; e.g.
int fibonacci(int n)
{
if(n <= 1)
{
return n;
}
else
{
return fibonacci(n - 1) + fibonacci(n - 2);
}
}
(this method retuRead… -
new JavaFX plugin for Eclipse
JavaFX is a software platform for creating and delivering rich Internet applications that can run across wide variety of connected devices. The JavaFX SDK and the JavaFX Plugin for Eclipse 3.5.x IDE enable you to manage JavaFX applications in Eclipse. Getting started with JavaFX Technology.
New changes for version 1.2.1…
-
jBPM supporting BPMN2
The release of jBPM 4.3 is a great milestone, because jBPM 4.3 includes BPMN 2.0.
BPMN2, Business Process Modeling Notation 2.0 adds execution semantics to the specification and is a standard accepted in IT. They were succesfull with including the BPMN implementation
as an integral part of the jBPM, which… -
How things work : SQL Select Statement
Ever asked your self how things work inside the SQL Select statement? In this article we won’t be talking about how to write SQL Select statement but rather we will be talking about the algorithms and the methodology behind the Select statement and how SQL decides which algorithm it will…
-
cosNaming Exception
i am facing cosnaming exception. I am doing a lookup, while doing a lookup it gives me
javax.naming.NameNotFoundException[root exception is org.omg.CosNaming.NamingContextPackage.Notfound]
i am calling a java file from a shell script, the java file resides in an application ear file, this ear file is deployed on the server and the application…
Members
Java / Frontend jobs (Netherlands)
- Java EE Developer, GWT, Spring, Java, J2EE, Amsterdam
- Java EE Developer, Utrecht
- Java EE Architect, Utrecht
- Scrum Master / Senior Java EE Developer, Utrecht
- Senior Java ontwikkelaar, trading, front-office, Amsterdam
- Java / C++ developer / integration, trading, connectivity, Amsterdam
- Senior Java EE developer, trading, Java, J2EE, Amsterdam
- UI Designer / Frontend developer, trading, CSS, HTML, Ajax, Amsterdam
- Frontend / Web developer (CSS / Javascript / CMS), Almere / Den Bosch
- Java EE Ontwikkelaar, Almere / Den Bosch
- Afstudeerder voor web marketing / commercie project, Utrecht / Randstad / Thuis
- Java EE Architect / techlead / senior developer, Java, J2EE, Amsterdam
- Senior Front-end Engineer Professional Services, Amsterdam
Content
Blogs
- Released Netty 3.2.0 BETA1 by Bram
- Griffon 0.3 released by Bram
- Create Your Custom 404 Error P ... by Bram
- Spring Security 3.0.1 Released by Bram
- Save inputTextArea state witho ... by svanhugten
- Recursive Methods by Bram
- new JavaFX plugin for Eclipse by Bram
- jBPM supporting BPMN2 by Bram
- How things work : SQL Select S ... by sneake75@hotmail.com
- cosNaming Exception by JavaGuy
Discussions
by svanhugten 2 replies.by svanhugten 0 reply.
by saifuddin.merchant 7 replies.by saifuddin.merchant 1 reply.
by svanhugten 1 reply.
Resources
Latest links
| 1. Scrum for Business... www.dikw-academy.nl... Category: Agile Created: Feb 5, 2010 |
| 2. DIKW Academy www.dikw-academy.nl Category: Netherlands Created: Feb 5, 2010 |
| 3. dynaTrace Core Concepts... www.ictcore.biz... Category: Performance Created: Jan 31, 2010 |
| 4. IctCoreBiz www.ictcore.biz Category: Netherlands Created: Jan 6, 2010 |
| 5. Wakaleo Consulting www.wakaleo.com Category: Training companies Created: Dec 30, 2009 |
| Show more... |
Activity
Quick links
About JTraining
How-to-guide
Import and invite contacts
Follow us on Twitter
Join our LinkedIn group
Sign up to our Newsletter
Event Calendar
Events
- 26.Feb - 26.Feb | 09.00 Liz Keogh's BDD Immersion...
- 10.Mar - 12.Mar QCon London
- 10.Mar - 12.Mar ConFoo 2010: Web Techno C...
- 11.Mar - 12.Mar | 09.00 Certified Scrum Product O...
- 22.Mar - 25.Mar EclipseCon
- 07.Apr - 08.Apr | 09.00 Masterclass Agile Testing...
- 08.Apr - 09.Apr Emerging Technologies for...
- 08.Apr - 09.Apr | 09.00 Certified ScrumMaster - J...
- 20.Apr - 23.Apr | 09.00 Core JSF: JavaServer Face...
- 21.Apr - 23.Apr | 09.00 HTML5 Communication: Usin...
- 17.May - 18.May | 09.00 Certified Scrum Product O...
- 14.Jun - 15.Jun | 09.00 Certified ScrumMaster - J...
- 20.Sep - 24.Sep | 09.00 John Smart: Java Power To...
Home
Community


