Re: Help Needed: Bidding System with GWT

2010-10-23 Thread Noor

Since the bidding application will involved mechanism such as real
time updating of variable at the server, locking bidding amount to
prevent interleaving errors. When I was doing some research, I came
across comet. So Should use this tool??

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Help Needed: Bidding System with GWT

2010-10-22 Thread Noor
Hi,

I need to build a bidding system for a university disertation. Can u
suggest me some which i may need or some factors which i need to
consider when designing app with GWT

thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Help Needed: Bidding System with GWT

2010-10-22 Thread Noor

Well,
In the application, there will be a database. So I was wondering which
database tools to use such as hibernate...
so people who are in the industry will better know this than 8.

So if u can help, it would be great!!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Help Needed: Bidding System with GWT

2010-10-22 Thread David Chandler
Sounds like a great time to try Google App Engine with GWT. The Google
Plugin for Eclipse makes it super easy to create and deploy your first
GAE+GWT app.

http://code.google.com/eclipse/docs/getting_started.html

This isn't really the forum to discuss database issues, but you'll
find docs and samples on the App Engine site on how to use JDO or JPA
to access the App Engine Datastore. There are also lots of great
third-party libs for App Engine like Objectify, Twig, and SimpleDS.
There's no one-size-fits all answer here. Try a couple different ways
and see what suits you and your application the best.

HTH,

On Fri, Oct 22, 2010 at 3:26 PM, Noor baken...@gmail.com wrote:

 Well,
 In the application, there will be a database. So I was wondering which
 database tools to use such as hibernate...
 so people who are in the industry will better know this than 8.

 So if u can help, it would be great!!

 --
 You received this message because you are subscribed to the Google Groups 
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.





-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
http://googlewebtoolkit.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.