Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
7answers
200 views

What is the most common feature that demands the use of Visual Studio Professional over Standard?

I'm afraid my trial of VS 2008 is running out soon, and unless a client pays for it, I might be shelling out some cash for it. I've been looking through the comparison chart to compare VS ...
2
votes
2answers
372 views

gwt multi-module vs single-module project

I've seen the GWT Expenses app from GWT SDK is using single module structure. Is this a best practice? Are there any cons in having the project split into multiple maven modules, i.e: client shared ...
1
vote
1answer
260 views

GWT expenses demo in STS?

After hunting around a lot and trying different builds and versions of sts i still cannot get the expenses sample to run from within sts. I have managed to run it using mvn ; but not using sts. the ...
1
vote
6answers
506 views

Algorithm to share/settle expenses among a group

I am looking forward for an algorithm for the below problem. Problem: There will be a set of people who owe each other some money or none. Now, I need an algorithm (the best and neat) to settle ...
0
votes
2answers
484 views

GWT Expenses architecture question

Why does the Expenses app from GWT SDK have the activities and views inside the same class? For example com.google.gwt.sample.expenses.client.ExpenseReportList extends Composite and implements ...
0
votes
1answer
351 views

Datanucleus/Roo/GWT - Problems persisting beans with date fields

I tried running the sample GWT/Google Appengine application - expenses generated by ROO using the roo command "script expenses.roo" (as advised here)... This app uses datanucleus-core - 1.1.6 and a ...