| 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:
-
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…
-
facelets.BUILD_BEFORE_RESTORE will eat your RichFaces
It's something that it very hard to find once some of your RichFaces pages are suddenly acting very weird, like sortable columns only sorting once and then ignoring all other requests. It turns out that the following configuration changes the way events and life cycle are handled, breaking AJAX.
<context-param>
<param-name>facelets.BUILD_BEFORE_RESTORE</param-name>
<param-value>true</param-value>
</context-param>&nbRead More...
-
What is Message Format?
Internationalization of a project in Java does not have to be confusing. It can even be quite simple if you have the appropriate tools to work with. One of the basic ones and quite powerful is the MessageFormat class.
With this class you can in an easy and effective way create…
Members
Java / Frontend jobs (Netherlands)
- Java EE Ontwikkelaar, Almere / Den Bosch
- Frontend / Web developer (CSS / Javascript / CMS), Almere / Den Bosch
- Java EE Architect / techlead / senior developer, Java, J2EE, Amsterdam
- Java Portal ontwikkelaar, Haarlem / Randstad
- Java EE Developer, Haarlem / Randstad
- Hippo 7 ontwikkelaar, Haarlem / Randstad
- Java Architect, Haarlem / Randstad
- Portal / Java Front end specialist, Almere
- Junior / Medior Java EE Specialist, Almere
- Senior Front-end Engineer Professional Services, Amsterdam
- Senior Java Developer, Amsterdam
- Java Solutions Architect, Amsterdam
- Perl / PHP / MySQL Developer, Amsterdam
Content
Blogs
- 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
- facelets.BUILD_BEFORE_RESTORE ... by svanhugten
- What is Message Format? by ppow
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.Jan - 27.Jan | 08.00 Jfokus
- 26.Jan - 29.Jan | 09.00 Core Spring: Developing w...
- 02.Feb - 03.Feb | 09.00 Core Gradle: A Build Syst...
- 09.Feb - 10.Feb | 09.00 Mastering Unit Testing
- 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
- 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...
- 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


