GeekArticles
Java
Core JavaThe Importance of Model-View Separation
Author: artima.com |
Published: 21st Mar 2008 |
Visited: 86 times |
Add CommentFiled in: Core Java
In this interview with Artima, Terence Parr, creator of the StringTemplate template engine as well as the ANTLR parser generator, talks about the importance of separating business logic and presentation.
Read Article Sponsored Links
Related Articles
• Update base on join view fails with ora 1779 Hi,
Here is the problem
update (select t1.* from T1,T2 where t1.col=T2.col) t
set col4='toto'
ora-1779
even if i try /*+bypass_ujvc*/ in my update
update /*+bypass_ujvc*/ (select t1.* from T1,T2 where t1.col=T2.col) t
set col4='toto' ...
• Structure pane does not switch view (form/code) QC#: 55002 Version: 11.1 Status: Closed defect, no action required Resolution: Bug is a duplicate (must note dup bug #) Description: I am using classic undocked layout, and the floating designer.
The structure pane does not updates its view to reflec ...