Category: Coding
Java Programming Tutorials and Videos
Large scale development of enterprise java solutions
You will get some insights into the development process at the NetWeaver Product Technology Unit and SAP applications build on top of the NetWeaver platform. We will share how we build large scale enterprise java solutions at SAP. Harald Muller is Vice President for the Java Server Team in the …
Eclipse and Java for Total Beginners
This free video tutorial will help get you started writing Java programs using Eclipse version 3.3. No prior experience with Eclipse or Java is assumed. The 16 lessons total about 3 1/4 hours and are each between 9 and 14 minutes long. The lessons guide you through a step-by-step process …
Refactoring Java Classes with Eclipse
Small introduction to Eclipse Feature Diagrams function: a tool to refactor Java classes. Additional resources: Refactoring Java Code Refactoring in NetBeans 4.1
Groovy Update
Groovy … * is an agile and dynamic language for the Java Virtual Machine * builds upon the strengths of Java but has additional power features inspired by languages like Python, Ruby and Smalltalk * makes modern programming features available to Java developers with almost-zero learning curve * supports Domain …
JSR 303 – Bean Validation
Validating data is a common task that is copied in many different layers of an application, from the presentation tier to the persistence layer. Many times the exact same validations will have to be implemented in each separate validation framework, proving time consuming and error. http://parleys.com/display/PARLEYS/Home#title=JSR%20303%20-%20Bean%20Validation;slide=1;talk=14123052