mandubian / play-crud-siena

A module for the Play! web framework providing a CRUD mechanism when using Siena DB APIs.
16 stars 3 forks source link

What about Play 2.0? #5

Open odwrotnie opened 12 years ago

mandubian commented 12 years ago

It was in my plans but I don't have time to work on Siena those last months (other projects around play2)! But nothing prevents from bringing Siena to Play2... Maybe not with Scala syntax but just Java syntax would be callable from Scala anyway!

Are you interested in using Siena with Play2?

Pascal

On Wed, Apr 11, 2012 at 2:45 PM, Pawel < reply@reply.github.com

wrote:


Reply to this email directly or view it on GitHub: https://github.com/mandubian/play-crud-siena/issues/5

odwrotnie commented 12 years ago

Indeed I am!

ericbsb commented 12 years ago

I too would be interested in this :)

odwrotnie commented 12 years ago

I can help with development.

mandubian commented 12 years ago

I'll think a bit about it then as you are motivated and will try :D Pawel, do you want me to begin creating a draft and then you could contribute?

Pascal

On Wed, Apr 18, 2012 at 9:14 PM, Pawel < reply@reply.github.com

wrote:

I can help with development.


Reply to this email directly or view it on GitHub: https://github.com/mandubian/play-crud-siena/issues/5#issuecomment-5206358

odwrotnie commented 12 years ago

With your help at the beginning...

mandubian commented 12 years ago

Ok I'll try to spend a few time on this asap!

Thanks Pawel Pascal

On Wed, Apr 18, 2012 at 11:35 PM, Pawel < reply@reply.github.com

wrote:

With your help at the beginning...


Reply to this email directly or view it on GitHub: https://github.com/mandubian/play-crud-siena/issues/5#issuecomment-5209370

odwrotnie commented 12 years ago

Hi, did you spend some time? ;).

mandubian commented 12 years ago

Not yet! I work on Play2 right now and I can't find time ot begin !

I was presumptuous thinking I could begin Siena module quickly :(

If you want and can, you could begin working on Siena portage to Play2/Java and I'll help you as soon as I have some free time.

Would it be ok for you?

Pascal

On Wed, Jun 20, 2012 at 11:29 AM, Pawel < reply@reply.github.com

wrote:

Hi, did you spend some time? ;).


Reply to this email directly or view it on GitHub: https://github.com/mandubian/play-crud-siena/issues/5#issuecomment-6448829

odwrotnie commented 12 years ago

Yes! When do we start? ;).

mandubian commented 12 years ago

Now? :) Do u know how to code a module?

Pascal mobile Le 20 juin 2012 19:07, "Pawel" < reply@reply.github.com> a écrit :

Yes! When do we start? ;).


Reply to this email directly or view it on GitHub: https://github.com/mandubian/play-crud-siena/issues/5#issuecomment-6460757

odwrotnie commented 12 years ago

Sure! Great. I will read how to create a module in Play.

odwrotnie commented 12 years ago

Which ORM do you use?

mandubian commented 12 years ago

do you mean except Siena?

Actually, I almost develop only in Scala now so I tend to use Anorm and I use custom Mongo stuff...

Pascal

On Thu, Jun 21, 2012 at 1:04 PM, Pawel < reply@reply.github.com

wrote:

Which ORM do you use?


Reply to this email directly or view it on GitHub: https://github.com/mandubian/play-crud-siena/issues/5#issuecomment-6479612

mandubian commented 12 years ago

Did you begin anything?