gwt-gin
GWT-Platform: where the business logic should go?
I just got the grip on GWTP and the MVP, GIN and Dispatch. With dispatch there is a Handler class which defines what the action does and returns something accordingly.[详细]
2023-04-08 03:48 分类:问答google-gin a provider needs a dependency. NullPointerException BindingsProcessor.java:498
In my GWT application i\'m trying to setup a DI mechanism wihich would allow me to have all the commonly necessary stuff at hand everywhere. I\'m using google-gin which is an adaptation of guice for G[详细]
2023-04-07 15:50 分类:问答GWT/Gin creating class with @Inject annotation in constructor
Let\'s say I have a class public class Foo{ @Inject public Foo(MessageBus messageBus, SomeServiceAsync service){[详细]
2023-04-07 15:39 分类:问答GWT - GIN - GWTP - Dispatcher Injection Problem
I am in a situation where someone might be already in. I am using GWTP in my application. GWTP is using GIN as a client side[详细]
2023-04-04 18:44 分类:问答How to find a solution for my Gin problem?
Recently I w开发者_StackOverflowas playing a game of Gin with my grandmother. We played a whole afternoon and as far as I can remember, I didn\'t won a single game.[详细]
2023-04-04 18:41 分类:问答GIN: inject an array of objects
开发者_如何学编程Is there a way to inject an array of objects or collection of objects? @Inject[详细]
2023-04-04 06:27 分类:问答Inject a Class<T> with GIN
Is there a way to inject a class type Class<T> in gin? I can\'t seem to get it working, for example:[详细]
2023-03-28 13:15 分类:问答GWT Generator not called with GIN Injection
I have declared a generator in my GWT module descriptor and it seems it is not called when the class which trigger the generator is instanciated via the Ginjector.[详细]
2023-03-21 18:21 分类:问答PostgreSQL - query against GIN index of HSTORE value
I have the following constructor (as a test): CREATE TABLE product (id BIGSERIAL PRIMARY KEY, ext hstore);[详细]
2023-03-15 02:10 分类:问答Gin problem when having java.util.List in the client code
I met very weird problem, using Gin injector in the client code return error with the following stack trace:[详细]
2023-03-14 11:48 分类:问答