[ERROR] 500 - MySQL & Hibernate

2013-08-29 Thread Bob Spero
I have a basic Java project that I created to connect to a mysql data base and uses Hibernate. So I have a method that does a sysout to the console of the query results. I copied everything to a GWT project with the example code and put on the server side put in the method that prints the result

Inheriting a required module [Error] - Trying to get an understanding

2013-08-26 Thread Bob Spero
I have a GWT project where I created a folder named common for shared tasks. I tried a simple public static void testme() method doing a system out print line to see if it fires. When running I getting: [ERROR] [org.dash.board.Main] - Line 40: No source code is available for type org.dash.bo

Proper Project Layout and CSS practices

2013-08-12 Thread Bob Spero
When creating a GWT project the CSS is associated with the entry point from the wizard. Is the proper framework to have a CSS file for every class that is a UI entry point or composite? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Basic Understanding of the role Request Factory & RPC rpc play

2013-07-07 Thread Bob Spero
I am developing the basic understanding of hibernate and i want to know the roles that rpc and rf play. I want to make sure i am follwing, if i have a java hibernate project that i am converting to gwt project where i want the server side implementation to make the database connection and have t

Re: Adding data to from arry to create list data in widgets [list, cobmo, flex, etc]

2013-07-06 Thread Bob Spero
Are you saying the array can be handeled as an item ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To p

Adding data to from arry to create list data in widgets [list, cobmo, flex, etc]

2013-07-06 Thread Bob Spero
I want to test the following code to get a better understanding of how to add an array to a widget. In loking at code i can see how to add a list item. But to add days to a list or cobmo widget do you need to go through the list one at a time with a for or while method or is there somthing like

Requestfactort To Existing MSSql Database Example

2013-07-04 Thread Bob Spero
I have been doing some reading finding that RequestFactory may be a good solution for me. I would like to connect to an existing MSSql database but can not find any good step by step example like a StockWatcher example. Does anyone have any good resources because a lot of the documentation I fi

Re: Killing myself for a good database example GWT Combo and Listbox

2013-07-04 Thread Bob Spero
> > Looking at the stock watch example it is helpful, love open source but it > makes things so hard because there are so many solutions to choose from. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and

Killing myself for a good database example GWT Combo and Listbox

2013-07-03 Thread Bob Spero
I can really use some direction, I worked all day on this and made little progress. I have a GWT application that has a combo box and list box, I want the selection of the combo box to load values from my MSSql server 2008 box, I want my list box to populate the value based on the selected valu

Listbox addItem from sql database from select statement

2013-07-03 Thread Bob Spero
I have a gwt app that I am working on, on the root panel I have a combo box and a list box. I want to populate the list box based on the selection from the combo box. Example would be select first name, last name where id = empComboBox.value How can this be accomplished??? -- You receive

Have server open web location to client

2013-06-20 Thread Bob Spero
I do not even know where to begin here so any help would be great! I have a GWT application hosted in a private network, users come into my application from a NATéd IP. The server that hosts my application has access to IP addresses that my users do not have access too. There is a text box wh

WYSIWYG w/ GWT Suggestions

2013-06-09 Thread Bob Spero
I am just starting out with this so baer with me! What does the avg user use to create the graphical user interface for a form? Coming from the VB world it was really not much you had to put thought into. Now I would like to convert one of my VB applications into a web application. What can i u