Seam and Hibernate Development with JBoss
In this demonstration Jim Tyrrell, JBoss Solutions Architect, will show you exactly how easy it is to use JBoss Developer Studio to reverse engineer a database into a complete web application.
In this demonstration Jim Tyrrell, JBoss Solutions Architect, will show you exactly how easy it is to use JBoss Developer Studio to reverse engineer a database into a complete web application.
Maintaining and evolving deployed applications is a challenging task, as the Java platform provides no support for versioning or dynamic updates. In most cases, fixing a bug (no matter how small) requires a system shutdown while running multiple versions of the same applications inside the same VM is no-go. This …
No slides, just code: From nothing to a maintainable Java EE / RIA application, with hacks, best practices and workarounds.
Inspired by a DeveloperWorks article on generic DAO, Oliver implemented a low-ceremony, annotation-based framework. Don’t repeat the DAO! (article referenced by the presentation)
Scala is a new language for the Java Platform that blends object-oriented and functional programming concepts. This talk will focus on the design choices of Scala, and what they mean for developer productivity. The talk will highlight what it means to program in a functional style, and show you how …
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami continues lecturing on interactions and pushes it further. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis …