how to get information from a database with Eclipse ,and after that to display the result with Gooogle Web toolkit

2012-04-26 Thread alaa aadil
hi, how to get information from a database with Eclipse ,and after that to display the result with Gooogle Web toolkit please is this possible or not ??? thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: how to get information from a database with Eclipse ,and after that to display the result with Gooogle Web toolkit

2012-04-26 Thread Sebastian Gurin
eclipse is an IDE for writing programs, not a database application. You obtain databse data using some java framework (jdbc, hibernate). Is your program who will retrive data from a database, not eclipse... Then yes, you can show or whatver you like to do with the retrieved data in your program