[ajug-members] ajug-members Digest, Vol 24, Issue 11
latha paul
mlpjmr at yahoo.com
Mon Aug 24 12:35:45 EDT 2009
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 at ajug.org <ajug-members-request at ajug.org> wrote:
From: ajug-members-request at ajug.org <ajug-members-request at ajug.org>
Subject: ajug-members Digest, Vol 24, Issue 11
To: ajug-members at ajug.org
Date: Monday, August 24, 2009, 8:51 AM
Send ajug-members mailing list submissions to
ajug-members at ajug.org
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 at ajug.org
You can reach the person managing the list at
ajug-members-owner at ajug.org
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 at davisonline.name>
Subject: Re: [ajug-members] basic crud app
To: ajug-members at ajug.org
Message-ID:
<eed1c4fe0908231051l77ff1ac0u70dc4400608464e5 at mail.gmail.com>
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 at ofig.org> 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 at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
>
------------------------------
Message: 2
Date: Sun, 23 Aug 2009 22:18:07 -0400
From: Rick <rickcr at gmail.com>
Subject: [ajug-members] Speaking of Grails, any of you use it with
Flex? even if using BlazeDS?
To: AJUG <ajug-members at ajug.org>
Message-ID:
<583d4dff0908231918q680f7b9dt94c73a9084376f96 at mail.gmail.com>
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 at cypresscom.net>
Subject: Re: [ajug-members] Speaking of Grails, any of you use it with
Flex? even if using BlazeDS?
To: <ajug-members at ajug.org>
Message-ID:
<03CF343129F7C643A4CABE85273FA9D904D428EF at EVS-ATL01.cypresscorp.net>
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 at gmail.com>
To: AJUG <ajug-members at ajug.org>
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 at gmail.com>
Subject: Re: [ajug-members] Speaking of Grails, any of you use it with
Flex? even if using BlazeDS?
To: ajug-members at ajug.org
Message-ID:
<583d4dff0908232040u6999b09an258ce172fe2ef533 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
On Sun, Aug 23, 2009 at 11:10 PM, Pettit, Shannon <spettit at cypresscom.net>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 at cypresscom.net>
Subject: Re: [ajug-members] Speaking of Grails, any of you use it with
Flex? even if using BlazeDS?
To: <ajug-members at ajug.org>
Message-ID:
<03CF343129F7C643A4CABE85273FA9D904D428F0 at EVS-ATL01.cypresscorp.net>
Content-Type: text/plain; charset="utf-8"
GraniteDS has all the features of LiveCycle, except that its opensource.
________________________________
From: Rick <rickcr at gmail.com>
To: ajug-members at ajug.org <ajug-members at ajug.org>
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 at cypresscom.net> 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 at gmail.com>
Subject: Re: [ajug-members] Speaking of Grails, any of you use it with
Flex? even if using BlazeDS?
To: ajug-members at ajug.org
Message-ID:
<583d4dff0908232201x972bb24kf19d00541b056f88 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
blazeDS is opensource now.
On Mon, Aug 24, 2009 at 12:34 AM, Pettit, Shannon <spettit at cypresscom.net>wrote:
> GraniteDS has all the features of LiveCycle, except that its opensource.
>
> ------------------------------
> *From*: Rick <rickcr at gmail.com>
> *To*: ajug-members at ajug.org <ajug-members at ajug.org>
> *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 at cypresscom.net>wrote:
>
>> Preferably, I would check out GraniteDS over Blaze.
>>
>
> Just curious why?
>
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> 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 at hillert.com>
Subject: [ajug-members] Slides for the August meeting are now posted
To: "General AJUG membership forum (100-200 messages/month)"
<ajug-members at ajug.org>
Message-ID: <4A928CDB.4080708 at hillert.com>
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 at ajug.org
http://www.ajug.org/mailman/listinfo/ajug-members
End of ajug-members Digest, Vol 24, Issue 11
********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ajug.org/pipermail/ajug-members/attachments/20090824/d7917684/attachment-0001.html
More information about the ajug-members
mailing list