[The Java Posse] Re: Sitting on a Ball (Standing at a Desk)

2012-03-06 Thread Sebastian Himberger
I also use an adjustable standing/sitting desk. I find myself standing about 50% of the time. Usually after the first coffee till lunch and then in the afternoon again. My backache has gone since. Sure the desks are a bit expensive but I figured that I will enjoy a healthy back much longer then

[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

[The Java Posse] Re: ORMs and Immutability

2011-12-22 Thread Sebastian Himberger
Hi Carl, we had a simmilar problem in the project and basically use a builder for mapping (in this case JSON data) to an immutable class. We just pass the builder to the mapper instead of the actual bean and it"s get filled with the correct values. So theoretically it is possible. The tools jus

[The Java Posse] Amazon Android Appstore Prediction

2011-01-13 Thread Sebastian Himberger
Wasn't that a prediction? This was almost too spot-on ;) http://www.amazonappstoredev.com/ All the best, Sebastian -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to javaposse@googlegroups.com. To unsubscrib

[The Java Posse] Re: Network File System protocols and Java

2010-03-06 Thread Sebastian Himberger
Alfresco has CIFS and NFS servers: http://wiki.alfresco.com/wiki/File_Server_Subsystem#Introduction It's Open Source BUT I think not for commercial use. I actually don't think thats the way to go but if it is no issue with you, you can download the source at: http://sourceforge.net/projects/alfres

[The Java Posse] Re: Episode 298: duplicate files during backup

2010-03-06 Thread Sebastian Himberger
e with the questions. It just seems interesting to me since I always thought this was some kind of a tradeoff decision. On Mar 6, 8:46 am, Karsten Silz wrote: > On 5 Mrz., 17:29, Sebastian Himberger > > wrote: > > What I don't understand: If the encryption happens on the cli

[The Java Posse] Re: Episode 298: duplicate files during backup

2010-03-05 Thread Sebastian Himberger
What I don't understand: If the encryption happens on the client side and is done right this shouldn't be possible, right? Or am I missing something? I'm certainly no expert on this. Please enlighten me. Thanks, Sebastian On Mar 3, 4:55 am, Karsten Silz wrote: > Hi, > > During the episode the

[The Java Posse] Re: layering, interfaces and injection

2009-07-30 Thread Sebastian Himberger
Rakesh: I read the DDD book with interest especially with all the hype around it. What really puzzled me a lot is exactly what you talked about: Passing services into the domain object (especially persistence services) seems to be understood as DDD but in the book and all the sample applications

[The Java Posse] Re: Java as API language, its days numbered?

2009-05-06 Thread Sebastian Himberger
H Viktori, regarding this code: *case class Person(var name : String)* So does Scala generate/impy a sensible hashCode and equals implementation or why are they omitted in your Scala example? I'm a total Scala newby so I would be glad to be enlightened. Thanks a lot, Sebastian On 6 Mai, 10:22