Hey Ted,

There are some things that need clarification.

1. Where do you have this database?
2. What type of DB?
3. How you plan on connecting to it? (GWT does not handle the back end
DB connections)  You will need a Server of some kind beyond a simple
HTTP server.  PHP or Java Servlet are most common.
4. What are the security requirements? (Login single user, multi-user,
read-only, encryption)
5. Will this be available on the Internet?

What you are trying to do is a fairly easy project, from the GWT
perspective.  However, depending on the above questions there could be
a few different routes you could take.

The dynamic buttons thing itself is really simple in GWT.  Create a
composite of the row, loop over the list of emails from the server and
add them to a Vertical Panel.

HTH,
Rob



On Aug 26, 1:34 pm, tedpottel <[email protected]> wrote:
> Hi,
> I'm starting to program in GWT.  I wrote a program to recive  email
> informtion I have stored in a database.  I would like to display the
> informtion so each row reprsents a record in the database with a dlete
> button next to it. so it looks like
>     [del]  fred [email protected]
>     [del]  tom  [email protected]
>   ......
>  ......
> Would the best way to do this to dymcally create buttons and lables?
> - Ted
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to