On Thu, Apr 29, 2010 at 7:41 AM, egervari <[email protected]> wrote:

> How many of you are currently programming in a hybrid language such as
> Scala?
>
> I'm finding it difficult to make things immutable. While I am
> definitely using more immutability than I ever have in the past, I
> don't think it's practical for some applications.


I've been finding that I run into problems in Java with various frameworks
which essentially require mutability. For example, I've created immutable
domain objects (which would make no sense to mutate once created) only to
have to turn them into mutable beans with setters and no-arg constructors
for the benefit of Spring and/or Hibernate.

-Lyle

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to