HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 289241 thumbnail
User 452305 avatar

By fifthposition
via zef.me
Published: Nov 14 2009 / 07:20

Modern web applications are built using a number of domain-specific languages that interact with Java in various ways – JSF, regular expressions, SQL or HQL and various sorts of XML configuration files. Once Java start interacting with other languages, things start going wrong and static typing is no longer helpful. In this article I demonstrate this problem by showing examples of code built using JBoss Seam, a modern Java framework for developing web applications.
  • 17
  • 0
  • 3216
  • 0

Comments

Add your comment
User 215370 avatar

rainwebs replied ago:

0 votes Vote down Vote up Reply

I don't know why this is a Seam specific problem. This is indeed something that happens if you have problems in your code that can only be recognized during runtime (what is true if you only use JSF for example). For short we need smarter IDEs that check during coding if all dependencies of the runtime make sense.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.