Re: ajug-members Digest, Vol 24, Issue 11

View: New views
3 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: ajug-members Digest, Vol 24, Issue 11

by latha paul :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
 
     can anyone confirm whether the atlanta groovy & grails user group's next meeting is on
Tuesday (08/25)/ wednesday (08/26).
 
Thanks,
madhavi

--- On Mon, 8/24/09, ajug-members-request@... <ajug-members-request@...> wrote:

From: ajug-members-request@... <ajug-members-request@...>
Subject: ajug-members Digest, Vol 24, Issue 11
To: ajug-members@...
Date: Monday, August 24, 2009, 8:51 AM

Send ajug-members mailing list submissions to
    ajug-members@...

To subscribe or unsubscribe via the World Wide Web, visit
    http://www.ajug.org/mailman/listinfo/ajug-members
or, via email, send a message with subject or body 'help' to
    ajug-members-request@...

You can reach the person managing the list at
    ajug-members-owner@...

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ajug-members digest..."


Today's Topics:

   1. Re: basic crud app (Stephen Davis)
   2. Speaking of Grails,    any of you use it with Flex? even if
      using     BlazeDS? (Rick)
   3. Re: Speaking of Grails,    any of you use it with Flex? even if
      using     BlazeDS? (Pettit, Shannon)
   4. Re: Speaking of Grails,    any of you use it with Flex?     even if
      using BlazeDS? (Rick)
   5. Re: Speaking of Grails,    any of you use it with Flex?     even if
      using BlazeDS? (Pettit, Shannon)
   6. Re: Speaking of Grails,    any of you use it with Flex?     even if
      using BlazeDS? (Rick)
   7. Slides for the August meeting are now posted (Gunnar Hillert)


----------------------------------------------------------------------

Message: 1
Date: Sun, 23 Aug 2009 13:51:38 -0400
From: Stephen Davis <stephen@...>
Subject: Re: [ajug-members] basic crud app
To: ajug-members@...
Message-ID:
    <eed1c4fe0908231051l77ff1ac0u70dc4400608464e5@...>
Content-Type: text/plain; charset=ISO-8859-1

521,

Here is another vote for the Grails option.  Groovy and Grails are
known for high productivity.  There are also  easy to learn.

You can download the first chapter from Grails in Action to get
started.  It will quickly show you how to set-up a simple CRUD app.
Cf. with the below link.  I expect you can also find helpful online
tutorials.

http://www.manning.com/gsmith/

We also have the Atlanta G&G SIG which will be meeting this Tuesday
evening.  Cf. with the AJUG web site for further details on that.

And, in case you're interested, Netbeans provides excellent support
for both Groovy and Grails.

Hope this helps,

Steve

On Sat, Aug 22, 2009 at 4:49 PM, 521<521@...> wrote:

> i have educational/book knowledge (only-mostly) (hobby) of java, ansi
> sql (oracle), php, web/html/ftp/tcp-ip/etc/blah and want to work with a
> db online (a basic crud app with java/elcipse-ide)- ?can anyone help me
> get started, i run eclipse and am not sure what to do first... i have an
> up and running mysql db on a redhat server and have made several simple
> crud apps with php/mysql using a plain text editor but am lost after i
> start eclipse; ?i know basic programming code concepts and want to get
> into the power of an ide (specifically eclipse); i've done it in
> netbeans because of all of its projects types to choose from in that
> wizard thing... ?anyways, if anyone can see what i'm asking i would
> appreciate the 1 to 20 (or so) steps it would take to accomplish this;
>
> example of what i'm asking for if someone will take me up on it...
>
> 1)click new project, blah/etc...
> 2)click blah to add db connection type,.establish connection
> parameters/settings, etc/blah... establish connection...
> 3)click rrrew to choose the table to work with;
> 4)click xyz to add fields to have shown on form/etc
> 5)click abc123 to apply basic security parameters
> 6)click mnop to insert a bar graph that you can bind to a field in the table
> 7)click yrtux to add an insert_new_record button which will load a new
> form that will adjust to the data type of the chosen field(s) in the table
> 8)click jhmn to finish or publish;
>
> thank you for your time...
>
>
>
>
> _______________________________________________
> ajug-members mailing list
> ajug-members@...
> http://www.ajug.org/mailman/listinfo/ajug-members
>



------------------------------

Message: 2
Date: Sun, 23 Aug 2009 22:18:07 -0400
From: Rick <rickcr@...>
Subject: [ajug-members] Speaking of Grails,    any of you use it with
    Flex? even if using     BlazeDS?
To: AJUG <ajug-members@...>
Message-ID:
    <583d4dff0908231918q680f7b9dt94c73a9084376f96@...>
Content-Type: text/plain; charset="iso-8859-1"

I'm a huge Groovy fan (hate going back to straight Java:), but I use it
mostly within the Stripes framework (which I love by the way) and within all
my business components.

I used Grails a bit in it's very early days (but been almost a year now
since I've messed with it.)

I'm going to be working on a project with Flex (where Flex is new to me, but
coding for a long time in Java.) I'm curious about any success or failure
stories anyone has had using Flex with Grails?

With blazeDS, though, it's mostly all a bit moot though since you don't
really need much on the servlet-side of things, since blaze can talk
directly with your business components, so I'm thinking any web-based
framework would mostly be  overkill if used with Flex?

--
Rick R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20090823/7f5af4cb/attachment-0001.html

------------------------------

Message: 3
Date: Sun, 23 Aug 2009 23:10:57 -0400
From: "Pettit, Shannon" <spettit@...>
Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
    Flex? even if using     BlazeDS?
To: <ajug-members@...>
Message-ID:
    <03CF343129F7C643A4CABE85273FA9D904D428EF@...>
Content-Type: text/plain; charset="utf-8"

Mate is a fairly popular choice for mvc and flex with java. Preferably, I would check out GraniteDS over Blaze.

________________________________

From: Rick <rickcr@...>
To: AJUG <ajug-members@...>
Sent: Sun Aug 23 22:18:07 2009
Subject: [ajug-members] Speaking of Grails,any of you use it with Flex? even if using BlazeDS?


I'm a huge Groovy fan (hate going back to straight Java:), but I use it mostly within the Stripes framework (which I love by the way) and within all my business components.

I used Grails a bit in it's very early days (but been almost a year now since I've messed with it.)

I'm going to be working on a project with Flex (where Flex is new to me, but coding for a long time in Java.) I'm curious about any success or failure stories anyone has had using Flex with Grails?

With blazeDS, though, it's mostly all a bit moot though since you don't really need much on the servlet-side of things, since blaze can talk directly with your business components, so I'm thinking any web-based framework would mostly be  overkill if used with Flex?

--
Rick R

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20090823/c7167ae9/attachment-0001.html

------------------------------

Message: 4
Date: Sun, 23 Aug 2009 23:40:00 -0400
From: Rick <rickcr@...>
Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
    Flex?     even if using BlazeDS?
To: ajug-members@...
Message-ID:
    <583d4dff0908232040u6999b09an258ce172fe2ef533@...>
Content-Type: text/plain; charset="iso-8859-1"

On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon <spettit@...>wrote:

>   Preferably, I would check out GraniteDS over Blaze.
>

Just curious why?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20090823/9cbdb7c2/attachment-0001.html

------------------------------

Message: 5
Date: Mon, 24 Aug 2009 00:34:05 -0400
From: "Pettit, Shannon" <spettit@...>
Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
    Flex?     even if using BlazeDS?
To: <ajug-members@...>
Message-ID:
    <03CF343129F7C643A4CABE85273FA9D904D428F0@...>
Content-Type: text/plain; charset="utf-8"

GraniteDS has all the features of LiveCycle, except that its opensource.

________________________________

From: Rick <rickcr@...>
To: ajug-members@... <ajug-members@...>
Sent: Sun Aug 23 23:40:00 2009
Subject: Re: [ajug-members] Speaking of Grails,any of you use it with Flex? even if using BlazeDS?




On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon <spettit@...> wrote:


      Preferably, I would check out GraniteDS over Blaze.


Just curious why? 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20090824/8a926de7/attachment-0001.html

------------------------------

Message: 6
Date: Mon, 24 Aug 2009 01:01:27 -0400
From: Rick <rickcr@...>
Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
    Flex?     even if using BlazeDS?
To: ajug-members@...
Message-ID:
    <583d4dff0908232201x972bb24kf19d00541b056f88@...>
Content-Type: text/plain; charset="iso-8859-1"

blazeDS is opensource now.

On Mon, Aug 24, 2009 at 12:34 AM, Pettit, Shannon <spettit@...>wrote:

> GraniteDS has all the features of LiveCycle, except that its opensource.
>
> ------------------------------
>  *From*: Rick <rickcr@...>
> *To*: ajug-members@... <ajug-members@...>
> *Sent*: Sun Aug 23 23:40:00 2009
> *Subject*: Re: [ajug-members] Speaking of Grails,any of you use it with
> Flex? even if using BlazeDS?
>
>
> On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon <spettit@...>wrote:
>
>>   Preferably, I would check out GraniteDS over Blaze.
>>
>
> Just curious why?
>
> _______________________________________________
> ajug-members mailing list
> ajug-members@...
> http://www.ajug.org/mailman/listinfo/ajug-members
>
>


--
Rick R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20090824/9cdb6672/attachment-0001.html

------------------------------

Message: 7
Date: Mon, 24 Aug 2009 08:51:39 -0400
From: Gunnar Hillert <gunnar@...>
Subject: [ajug-members] Slides for the August meeting are now posted
To: "General AJUG membership forum (100-200 messages/month)"
    <ajug-members@...>
Message-ID: <4A928CDB.4080708@...>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

The slides for our last meeting are now available on AJUG's website:

http://www.ajug.org/confluence/display/AJUG/JSF+2.0%2C+Bean+Validation


Cheers,

Gunnar



------------------------------

_______________________________________________
ajug-members mailing list
ajug-members@...
http://www.ajug.org/mailman/listinfo/ajug-members


End of ajug-members Digest, Vol 24, Issue 11
********************************************


_______________________________________________
ajug-members mailing list
ajug-members@...
http://www.ajug.org/mailman/listinfo/ajug-members

Re: ajug-members Digest, Vol 24, Issue 11

by prpatel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The ATL2G meeting is on Wednesday 8/26. Details in link below. I sent
an email to the AJUG members list last week. Did you receive it?

http://www.ajug.org/confluence/pages/viewpage.action?pageId=3637252

On Mon, Aug 24, 2009 at 12:35 PM, latha paul<mlpjmr@...> wrote:

> Hi,
>
>      can anyone confirm whether the atlanta groovy & grails user group's
> next meeting is on
> Tuesday (08/25)/ wednesday (08/26).
>
> Thanks,
> madhavi
>
> --- On Mon, 8/24/09, ajug-members-request@...
> <ajug-members-request@...> wrote:
>
> From: ajug-members-request@... <ajug-members-request@...>
> Subject: ajug-members Digest, Vol 24, Issue 11
> To: ajug-members@...
> Date: Monday, August 24, 2009, 8:51 AM
>
> Send ajug-members mailing list submissions to
>     ajug-members@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
>     http://www.ajug.org/mailman/listinfo/ajug-members
> or, via email, send a message with subject or body 'help' to
>     ajug-members-request@...
>
> You can reach the person managing the list at
>     ajug-members-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ajug-members digest..."
>
>
> Today's Topics:
>
>    1. Re: basic crud app (Stephen Davis)
>    2. Speaking of Grails,    any of you use it with Flex? even if
>       using     BlazeDS? (Rick)
>    3. Re: Speaking of Grails,    any of you use it with Flex? even if
>       using     BlazeDS? (Pettit, Shannon)
>    4. Re: Speaking of Grails,    any of you use it with Flex?     even if
>       using BlazeDS? (Rick)
>    5. Re: Speaking of Grails,    any of you use it with Flex?     even if
>       using BlazeDS? (Pettit, Shannon)
>    6. Re: Speaking of Grails,    any of you use it with Flex?     even if
>       using BlazeDS? (Rick)
>    7. Slides for the August meeting are now posted (Gunnar Hillert)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 23 Aug 2009 13:51:38 -0400
> From: Stephen Davis <stephen@...>
> Subject: Re: [ajug-members] basic crud app
> To: ajug-members@...
> Message-ID:
>     <eed1c4fe0908231051l77ff1ac0u70dc4400608464e5@...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> 521,
>
> Here is another vote for the Grails option.  Groovy and Grails are
> known for high productivity.  There are also  easy to learn.
>
> You can download the first chapter from Grails in Action to get
> started.  It will quickly show you how to set-up a simple CRUD app.
> Cf. with the below link.  I expect you can also find helpful online
> tutorials.
>
> http://www.manning.com/gsmith/
>
> We also have the Atlanta G&G SIG which will be meeting this Tuesday
> evening.  Cf. with the AJUG web site for further details on that.
>
> And, in case you're interested, Netbeans provides excellent support
> for both Groovy and Grails.
>
> Hope this helps,
>
> Steve
>
> On Sat, Aug 22, 2009 at 4:49 PM, 521<521@...> wrote:
>> i have educational/book knowledge (only-mostly) (hobby) of java, ansi
>> sql (oracle), php, web/html/ftp/tcp-ip/etc/blah and want to work with a
>> db online (a basic crud app with java/elcipse-ide)- ?can anyone help me
>> get started, i run eclipse and am not sure what to do first... i have an
>> up and running mysql db on a redhat server and have made several simple
>> crud apps with php/mysql using a plain text editor but am lost after i
>> start eclipse; ?i know basic programming code concepts and want to get
>> into the power of an ide (specifically eclipse); i've done it in
>> netbeans because of all of its projects types to choose from in that
>> wizard thing... ?anyways, if anyone can see what i'm asking i would
>> appreciate the 1 to 20 (or so) steps it would take to accomplish this;
>>
>> example of what i'm asking for if someone will take me up on it...
>>
>> 1)click new project, blah/etc...
>> 2)click blah to add db connection type,.establish connection
>> parameters/settings, etc/blah... establish connection...
>> 3)click rrrew to choose the table to work with;
>> 4)click xyz to add fields to have shown on form/etc
>> 5)click abc123 to apply basic security parameters
>> 6)click mnop to insert a bar graph that you can bind to a field in the
>> table
>> 7)click yrtux to add an insert_new_record button which will load a new
>> form that will adjust to the data type of the chosen field(s) in the table
>> 8)click jhmn to finish or publish;
>>
>> thank you for your time...
>>
>>
>>
>>
>> _______________________________________________
>> ajug-members mailing list
>> ajug-members@...
>> http://www.ajug.org/mailman/listinfo/ajug-members
>>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 23 Aug 2009 22:18:07 -0400
> From: Rick <rickcr@...>
> Subject: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex? even if using     BlazeDS?
> To: AJUG <ajug-members@...>
> Message-ID:
>     <583d4dff0908231918q680f7b9dt94c73a9084376f96@...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I'm a huge Groovy fan (hate going back to straight Java:), but I use it
> mostly within the Stripes framework (which I love by the way) and within all
> my business components.
>
> I used Grails a bit in it's very early days (but been almost a year now
> since I've messed with it.)
>
> I'm going to be working on a project with Flex (where Flex is new to me, but
> coding for a long time in Java.) I'm curious about any success or failure
> stories anyone has had using Flex with Grails?
>
> With blazeDS, though, it's mostly all a bit moot though since you don't
> really need much on the servlet-side of things, since blaze can talk
> directly with your business components, so I'm thinking any web-based
> framework would mostly be  overkill if used with Flex?
>
> --
> Rick R
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090823/7f5af4cb/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Sun, 23 Aug 2009 23:10:57 -0400
> From: "Pettit, Shannon" <spettit@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex? even if using     BlazeDS?
> To: <ajug-members@...>
> Message-ID:
>     <03CF343129F7C643A4CABE85273FA9D904D428EF@...>
> Content-Type: text/plain; charset="utf-8"
>
> Mate is a fairly popular choice for mvc and flex with java. Preferably, I
> would check out GraniteDS over Blaze.
>
> ________________________________
>
> From: Rick <rickcr@...>
> To: AJUG <ajug-members@...>
> Sent: Sun Aug 23 22:18:07 2009
> Subject: [ajug-members] Speaking of Grails,any of you use it with Flex? even
> if using BlazeDS?
>
>
> I'm a huge Groovy fan (hate going back to straight Java:), but I use it
> mostly within the Stripes framework (which I love by the way) and within all
> my business components.
>
> I used Grails a bit in it's very early days (but been almost a year now
> since I've messed with it.)
>
> I'm going to be working on a project with Flex (where Flex is new to me, but
> coding for a long time in Java.) I'm curious about any success or failure
> stories anyone has had using Flex with Grails?
>
> With blazeDS, though, it's mostly all a bit moot though since you don't
> really need much on the servlet-side of things, since blaze can talk
> directly with your business components, so I'm thinking any web-based
> framework would mostly be  overkill if used with Flex?
>
> --
> Rick R
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090823/c7167ae9/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Sun, 23 Aug 2009 23:40:00 -0400
> From: Rick <rickcr@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex?     even if using BlazeDS?
> To: ajug-members@...
> Message-ID:
>     <583d4dff0908232040u6999b09an258ce172fe2ef533@...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon
> <spettit@...>wrote:
>
>>   Preferably, I would check out GraniteDS over Blaze.
>>
>
> Just curious why?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090823/9cbdb7c2/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Mon, 24 Aug 2009 00:34:05 -0400
> From: "Pettit, Shannon" <spettit@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex?     even if using BlazeDS?
> To: <ajug-members@...>
> Message-ID:
>     <03CF343129F7C643A4CABE85273FA9D904D428F0@...>
> Content-Type: text/plain; charset="utf-8"
>
> GraniteDS has all the features of LiveCycle, except that its opensource.
>
> ________________________________
>
> From: Rick <rickcr@...>
> To: ajug-members@... <ajug-members@...>
> Sent: Sun Aug 23 23:40:00 2009
> Subject: Re: [ajug-members] Speaking of Grails,any of you use it with Flex?
> even if using BlazeDS?
>
>
>
>
> On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon <spettit@...>
> wrote:
>
>
>       Preferably, I would check out GraniteDS over Blaze.
>
>
> Just curious why?
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090824/8a926de7/attachment-0001.html
>
> ------------------------------
>
> Message: 6
> Date: Mon, 24 Aug 2009 01:01:27 -0400
> From: Rick <rickcr@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex?     even if using BlazeDS?
> To: ajug-members@...
> Message-ID:
>     <583d4dff0908232201x972bb24kf19d00541b056f88@...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> blazeDS is opensource now.
>
> On Mon, Aug 24, 2009 at 12:34 AM, Pettit, Shannon
> <spettit@...>wrote:
>
>> GraniteDS has all the features of LiveCycle, except that its opensource.
>>
>> ------------------------------
>>  *From*: Rick <rickcr@...>
>> *To*: ajug-members@... <ajug-members@...>
>> *Sent*: Sun Aug 23 23:40:00 2009
>> *Subject*: Re: [ajug-members] Speaking of Grails,any of you use it with
>> Flex? even if using BlazeDS?
>>
>>
>> On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon
>> <spettit@...>wrote:
>>
>>>   Preferably, I would check out GraniteDS over Blaze.
>>>
>>
>> Just curious why?
>>
>> _______________________________________________
>> ajug-members mailing list
>> ajug-members@...
>> http://www.ajug.org/mailman/listinfo/ajug-members
>>
>>
>
>
> --
> Rick R
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090824/9cdb6672/attachment-0001.html
>
> ------------------------------
>
> Message: 7
> Date: Mon, 24 Aug 2009 08:51:39 -0400
> From: Gunnar Hillert <gunnar@...>
> Subject: [ajug-members] Slides for the August meeting are now posted
> To: "General AJUG membership forum (100-200 messages/month)"
>     <ajug-members@...>
> Message-ID: <4A928CDB.4080708@...>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> The slides for our last meeting are now available on AJUG's website:
>
> http://www.ajug.org/confluence/display/AJUG/JSF+2.0%2C+Bean+Validation
>
>
> Cheers,
>
> Gunnar
>
>
>
> ------------------------------
>
> _______________________________________________
> ajug-members mailing list
> ajug-members@...
> http://www.ajug.org/mailman/listinfo/ajug-members
>
>
> End of ajug-members Digest, Vol 24, Issue 11
> ********************************************
>
>
> _______________________________________________
> ajug-members mailing list
> ajug-members@...
> http://www.ajug.org/mailman/listinfo/ajug-members
>
>

_______________________________________________
ajug-members mailing list
ajug-members@...
http://www.ajug.org/mailman/listinfo/ajug-members

Re: ajug-members Digest, Vol 24, Issue 11

by Burk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The meeting is on Wednesday. Here the email that went out:
[ajug-members] ATL2G Aug 26: Groovy - Gaelyk - Appengine

The August ATL2G is right around the corner!
Meeting location/time here:
http://www.ajug.org/confluence/pages/viewpage.action?pageId=3637252

Groovy - Gaelyk - Appengine

Who: Pratik Patel
What: Groovy - Gaelyk - Appengine
When: Wednesday August 26, 2009 - 6:30PM
Where: Matrix Resources, 115 Perimeter Center Place NE, Suite 250, Atlanta, GA

This month, I'll be presenting Gaelyk on Appengine. Here's the
description of Gaelyk from its website:
Gaelyk is a lightweight Groovy toolkit for Google App Engine Java.
Gaelyk lets you deploy small applications on Google App Engine Java.
Gaelyk gives you the choice to use Groovy for developing your applications.


I hope this helps,
Burk
"Any sufficiently analyzed magic is indistinguishable from science!"
Agatha Heterodyne (Girl Genius)



On Mon, Aug 24, 2009 at 12:35 PM, latha paul<mlpjmr@...> wrote:

> Hi,
>
>      can anyone confirm whether the atlanta groovy & grails user group's
> next meeting is on
> Tuesday (08/25)/ wednesday (08/26).
>
> Thanks,
> madhavi
>
> --- On Mon, 8/24/09, ajug-members-request@...
> <ajug-members-request@...> wrote:
>
> From: ajug-members-request@... <ajug-members-request@...>
> Subject: ajug-members Digest, Vol 24, Issue 11
> To: ajug-members@...
> Date: Monday, August 24, 2009, 8:51 AM
>
> Send ajug-members mailing list submissions to
>     ajug-members@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
>     http://www.ajug.org/mailman/listinfo/ajug-members
> or, via email, send a message with subject or body 'help' to
>     ajug-members-request@...
>
> You can reach the person managing the list at
>     ajug-members-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ajug-members digest..."
>
>
> Today's Topics:
>
>    1. Re: basic crud app (Stephen Davis)
>    2. Speaking of Grails,    any of you use it with Flex? even if
>       using     BlazeDS? (Rick)
>    3. Re: Speaking of Grails,    any of you use it with Flex? even if
>       using     BlazeDS? (Pettit, Shannon)
>    4. Re: Speaking of Grails,    any of you use it with Flex?     even if
>       using BlazeDS? (Rick)
>    5. Re: Speaking of Grails,    any of you use it with Flex?     even if
>       using BlazeDS? (Pettit, Shannon)
>    6. Re: Speaking of Grails,    any of you use it with Flex?     even if
>       using BlazeDS? (Rick)
>    7. Slides for the August meeting are now posted (Gunnar Hillert)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 23 Aug 2009 13:51:38 -0400
> From: Stephen Davis <stephen@...>
> Subject: Re: [ajug-members] basic crud app
> To: ajug-members@...
> Message-ID:
>     <eed1c4fe0908231051l77ff1ac0u70dc4400608464e5@...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> 521,
>
> Here is another vote for the Grails option.  Groovy and Grails are
> known for high productivity.  There are also  easy to learn.
>
> You can download the first chapter from Grails in Action to get
> started.  It will quickly show you how to set-up a simple CRUD app.
> Cf. with the below link.  I expect you can also find helpful online
> tutorials.
>
> http://www.manning.com/gsmith/
>
> We also have the Atlanta G&G SIG which will be meeting this Tuesday
> evening.  Cf. with the AJUG web site for further details on that.
>
> And, in case you're interested, Netbeans provides excellent support
> for both Groovy and Grails.
>
> Hope this helps,
>
> Steve
>
> On Sat, Aug 22, 2009 at 4:49 PM, 521<521@...> wrote:
>> i have educational/book knowledge (only-mostly) (hobby) of java, ansi
>> sql (oracle), php, web/html/ftp/tcp-ip/etc/blah and want to work with a
>> db online (a basic crud app with java/elcipse-ide)- ?can anyone help me
>> get started, i run eclipse and am not sure what to do first... i have an
>> up and running mysql db on a redhat server and have made several simple
>> crud apps with php/mysql using a plain text editor but am lost after i
>> start eclipse; ?i know basic programming code concepts and want to get
>> into the power of an ide (specifically eclipse); i've done it in
>> netbeans because of all of its projects types to choose from in that
>> wizard thing... ?anyways, if anyone can see what i'm asking i would
>> appreciate the 1 to 20 (or so) steps it would take to accomplish this;
>>
>> example of what i'm asking for if someone will take me up on it...
>>
>> 1)click new project, blah/etc...
>> 2)click blah to add db connection type,.establish connection
>> parameters/settings, etc/blah... establish connection...
>> 3)click rrrew to choose the table to work with;
>> 4)click xyz to add fields to have shown on form/etc
>> 5)click abc123 to apply basic security parameters
>> 6)click mnop to insert a bar graph that you can bind to a field in the
>> table
>> 7)click yrtux to add an insert_new_record button which will load a new
>> form that will adjust to the data type of the chosen field(s) in the table
>> 8)click jhmn to finish or publish;
>>
>> thank you for your time...
>>
>>
>>
>>
>> _______________________________________________
>> ajug-members mailing list
>> ajug-members@...
>> http://www.ajug.org/mailman/listinfo/ajug-members
>>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 23 Aug 2009 22:18:07 -0400
> From: Rick <rickcr@...>
> Subject: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex? even if using     BlazeDS?
> To: AJUG <ajug-members@...>
> Message-ID:
>     <583d4dff0908231918q680f7b9dt94c73a9084376f96@...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I'm a huge Groovy fan (hate going back to straight Java:), but I use it
> mostly within the Stripes framework (which I love by the way) and within all
> my business components.
>
> I used Grails a bit in it's very early days (but been almost a year now
> since I've messed with it.)
>
> I'm going to be working on a project with Flex (where Flex is new to me, but
> coding for a long time in Java.) I'm curious about any success or failure
> stories anyone has had using Flex with Grails?
>
> With blazeDS, though, it's mostly all a bit moot though since you don't
> really need much on the servlet-side of things, since blaze can talk
> directly with your business components, so I'm thinking any web-based
> framework would mostly be  overkill if used with Flex?
>
> --
> Rick R
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090823/7f5af4cb/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Sun, 23 Aug 2009 23:10:57 -0400
> From: "Pettit, Shannon" <spettit@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex? even if using     BlazeDS?
> To: <ajug-members@...>
> Message-ID:
>     <03CF343129F7C643A4CABE85273FA9D904D428EF@...>
> Content-Type: text/plain; charset="utf-8"
>
> Mate is a fairly popular choice for mvc and flex with java. Preferably, I
> would check out GraniteDS over Blaze.
>
> ________________________________
>
> From: Rick <rickcr@...>
> To: AJUG <ajug-members@...>
> Sent: Sun Aug 23 22:18:07 2009
> Subject: [ajug-members] Speaking of Grails,any of you use it with Flex? even
> if using BlazeDS?
>
>
> I'm a huge Groovy fan (hate going back to straight Java:), but I use it
> mostly within the Stripes framework (which I love by the way) and within all
> my business components.
>
> I used Grails a bit in it's very early days (but been almost a year now
> since I've messed with it.)
>
> I'm going to be working on a project with Flex (where Flex is new to me, but
> coding for a long time in Java.) I'm curious about any success or failure
> stories anyone has had using Flex with Grails?
>
> With blazeDS, though, it's mostly all a bit moot though since you don't
> really need much on the servlet-side of things, since blaze can talk
> directly with your business components, so I'm thinking any web-based
> framework would mostly be  overkill if used with Flex?
>
> --
> Rick R
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090823/c7167ae9/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Sun, 23 Aug 2009 23:40:00 -0400
> From: Rick <rickcr@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex?     even if using BlazeDS?
> To: ajug-members@...
> Message-ID:
>     <583d4dff0908232040u6999b09an258ce172fe2ef533@...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon
> <spettit@...>wrote:
>
>>   Preferably, I would check out GraniteDS over Blaze.
>>
>
> Just curious why?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090823/9cbdb7c2/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Mon, 24 Aug 2009 00:34:05 -0400
> From: "Pettit, Shannon" <spettit@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex?     even if using BlazeDS?
> To: <ajug-members@...>
> Message-ID:
>     <03CF343129F7C643A4CABE85273FA9D904D428F0@...>
> Content-Type: text/plain; charset="utf-8"
>
> GraniteDS has all the features of LiveCycle, except that its opensource.
>
> ________________________________
>
> From: Rick <rickcr@...>
> To: ajug-members@... <ajug-members@...>
> Sent: Sun Aug 23 23:40:00 2009
> Subject: Re: [ajug-members] Speaking of Grails,any of you use it with Flex?
> even if using BlazeDS?
>
>
>
>
> On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon <spettit@...>
> wrote:
>
>
>       Preferably, I would check out GraniteDS over Blaze.
>
>
> Just curious why?
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090824/8a926de7/attachment-0001.html
>
> ------------------------------
>
> Message: 6
> Date: Mon, 24 Aug 2009 01:01:27 -0400
> From: Rick <rickcr@...>
> Subject: Re: [ajug-members] Speaking of Grails,    any of you use it with
>     Flex?     even if using BlazeDS?
> To: ajug-members@...
> Message-ID:
>     <583d4dff0908232201x972bb24kf19d00541b056f88@...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> blazeDS is opensource now.
>
> On Mon, Aug 24, 2009 at 12:34 AM, Pettit, Shannon
> <spettit@...>wrote:
>
>> GraniteDS has all the features of LiveCycle, except that its opensource.
>>
>> ------------------------------
>>  *From*: Rick <rickcr@...>
>> *To*: ajug-members@... <ajug-members@...>
>> *Sent*: Sun Aug 23 23:40:00 2009
>> *Subject*: Re: [ajug-members] Speaking of Grails,any of you use it with
>> Flex? even if using BlazeDS?
>>
>>
>> On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon
>> <spettit@...>wrote:
>>
>>>   Preferably, I would check out GraniteDS over Blaze.
>>>
>>
>> Just curious why?
>>
>> _______________________________________________
>> ajug-members mailing list
>> ajug-members@...
>> http://www.ajug.org/mailman/listinfo/ajug-members
>>
>>
>
>
> --
> Rick R
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.ajug.org/pipermail/ajug-members/attachments/20090824/9cdb6672/attachment-0001.html
>
> ------------------------------
>
> Message: 7
> Date: Mon, 24 Aug 2009 08:51:39 -0400
> From: Gunnar Hillert <gunnar@...>
> Subject: [ajug-members] Slides for the August meeting are now posted
> To: "General AJUG membership forum (100-200 messages/month)"
>     <ajug-members@...>
> Message-ID: <4A928CDB.4080708@...>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> The slides for our last meeting are now available on AJUG's website:
>
> http://www.ajug.org/confluence/display/AJUG/JSF+2.0%2C+Bean+Validation
>
>
> Cheers,
>
> Gunnar
>
>
>
> ------------------------------
>
> _______________________________________________
> ajug-members mailing list
> ajug-members@...
> http://www.ajug.org/mailman/listinfo/ajug-members
>
>
> End of ajug-members Digest, Vol 24, Issue 11
> ********************************************
>
>
> _______________________________________________
> ajug-members mailing list
> ajug-members@...
> http://www.ajug.org/mailman/listinfo/ajug-members
>
>

_______________________________________________
ajug-members mailing list
ajug-members@...
http://www.ajug.org/mailman/listinfo/ajug-members