[The Java Posse] Re: Does JSF make sense in a HTML5 world?

2011-12-23 Thread Carl Jokl
Can you be more specific about new features in HTML 5 that make what the Web Frameworks do redundant? This is not a loaded question I just have heard mostly about things like the canvas tag and integrated audio and video tags and not much about the other bits which affect this. I also am not sure w

[The Java Posse] Re: ORMs and Immutability

2011-12-23 Thread Sebastian Himberger
Hi Carl, I posted a message to this thread but it somehow got lost. We have the same problem in a current project but we are not using a ORM but JSON for storage. We are using a builder to deserialize the JSON and create a immutable object out of it. I have an experiment up on GitHub. Maybe it

Re: [The Java Posse] Re: JavasScript as a first language

2011-12-23 Thread Matthew Farwell
Just to clarify, I was talking about for an existing project. So I've already downloaded all the dependencies. I wasn't talking about the first programming experience, I wouldn't recommend maven for a first programming experience :-) Cordialement, Matthew Farwell. Le 23 décembre 2011 08:04, And

[The Java Posse] Re: ORMs and Immutability

2011-12-23 Thread Carl Jokl
Back to the subject of Immutability with domains. What occurred to me is that there is a difficulty in any domain relationship where Domain A has a reference to Domain B and Domain B holds a reference back to Domain A (where you don't want any duplication of objects). Due to any standard database l