InfoQ

Topic/Tag specific view

All content and news on InfoQ about No Fluff Just Stuff Symposiums


Latest featured content about No Fluff Just Stuff Symposiums

Automating Business Value with FIT and Fitnesse

Community
Agile
Topics
Software Testing

Agile communities consider stories “done” when the acceptance tests (also called story tests) are shown to the customer. Originally, this was a manual process, but in recent years, several frameworks have been created to automate this process, providing acceptance testing all the benefits of automated unit testing. One of the most popular of these if called FIT, created by Ward Cunningham.

News about No Fluff Just Stuff Symposiums

In a World of Web Framework Choices, Some Developers Still Build Their Own

Community
Java
Topics
Web Frameworks

Many developers faced with too many choices when selecting a web framework prefer to make the easy choice of using the framework they have used in the past or build their own. This is especially true for Java frameworks, as Neal Ford finds out; he also puts this paradox of choice in the context of other languages and draws some interesting and debatable conclusions.

Presentation: AOP - Myths and Realities

Community
Java
Topics
AOP

This talk goes beyond myths surrounding AOP and shows the real deal. It examines many practical applications implemented with and without aspects, providing a context for scrutinizing AOP. It also discusses ways to adopt AOP in pragmatic, risk-managed ways allowing developers to try AOP in their own system and gain understanding at the experiential level without exposing them to undue risk.

Articles about No Fluff Just Stuff Symposiums

Simplifying Enterprise Applications with Spring 2.0 and AspectJ

Community
Java
Topics
AOP

This article reviews Spring AOP support in 2.0, and walks you through an adoption roadmap for AOP in enterprise applications, with plenty of examples of features that can be implemented simply using AOP, but would be very hard to do any other way.

Annotation Hammer

Community
Java
Topics
Programming

Annotations in Java 5 provide a very powerful metadata mechanism. Yet, like anything else, we need to figure out where it makes sense to use it. In this article we will take a look at why Annotations matter and discuss cases for their use and misuse.

Presentations about No Fluff Just Stuff Symposiums

Venkat Subramaniam's Pragmatic Factors for Agile Success

Community
Agile
Topics
Delivering Quality,
Agile Techniques,
Debugging

At NFJS Venkat Subramaniam, author with Andy Hunt of "Practices of an Agile Developer," shared his pragmatic approach to some of the important technical and non-technical factors contributing to project success, including: coding, developer attitude, debugging, mentoring and feedback.

Transaction Management Strategies in Mission Critical Applications

Community
Architecture,
Java
Topics
Performance & Scalability,
Transactions Processing

A core part of Spring's middle tier support is the transaction management support. This session presents several interesting "mission critical" cases and shows you how to properly handle them using transactions driven by Spring 2. You'll learn the ins-and-out of the "dark art" that is transaction management within a high-volume mission-critical JEE application.

Real World Web Services

Community
SOA
Topics
REST,
Web Services

In this presentation, Scott Davis provides a pragmatic, down-to-earth introduction to Web services as used in the real world by public sites, including SOAP-based, REST and POX-style examples. While the buzzword density leaves nothing to be desired, the presentation contains a very accessible introduction to the core Web services standards.