How do I structure a GWT project?
- by smaye81
Hello, I have followed the basic GWT tutorial for creating a project in Eclipse. Now, I am trying to build off what I learned in the tutorial. I created a static utility class to perform some database connection logic. However, when I try to compile I get:
[ERROR] Line 46: No source code is available for type com.sample.server.ConnectionUtil;…