PerfectCarl

Results 38 comments of PerfectCarl

Well, I don't use play2. But I can give you the google spreadsheet to generate the markdown from the module list if you are interested.

You mean a bounty like this? https://www.bountysource.com/issues/931580-alt-tab-window-switching-behavior

Thanks! The `README.md` should be updated using that info. Also a bit off topic, how the call to default methods in ``` java Select.columns("COUNT(*)").from(Note.class).observableValue(Integer.class) .subscribe(count -> { // do stuff...

Your solution is way better than what I tried to propose in #431 I love this idea. And I second the less reflection, the better approach: offering a feature that...

@jeremiemartinez Could you provide us a example of code using your feature?

I built @jeremiemartinez [inject branch](https://dl.dropboxusercontent.com/u/17850028/androidannotations-bundle-3.1-inject.zip). So far, this what I could understand: - there are two new annotations `@Creates` and `@Creator` - the `@EApplication` has been modified to take a...

Indeed @Rest. I knew something was fishy with @Service, but I couldn't pinpoint what. I edited my post.

Just as a sidenote, here's an interesting REST framework : retrofit. http://square.github.io/retrofit/

Here are my thoughts about ways to support different **Rest/network libraries**. # 1) Generate code specific to the libraries The current situation with `SpringTemplate`. Each new Rest library would require...