gwt + jpf
HejJeg skal have lavet en GWT (Google Web Toolkit) applikation som bygger på JPF (Java Plugin Framework) Jeg prøver at få et hurtigt overblik over hvordan jeg skal starte men er desværre lidt lost :/
Jeg er nået frem til den konklusion at mit GWT entrypoint skal være i den samme klasse som min ApplicationPlugin ??
Har prøvet at lave lidt kode, unden af have fået det til at virke (Se nedenfor):
Nogen har har et godt tip til hvordan jeg kommer igang :)~GWT
public class CorePlugin
extends org.java.plugin.boot.ApplicationPlugin
implements org.java.plugin.boot.Application, EntryPoint{
/*
* Google Entry Point !!!!!!!!!
* */
public void onModuleLoad() {
//Create UI.. with references to all the loaded Faceplates (plugins)
}
/**
* This is called after initApplication :)~
*/
public void startApplication() throws Exception {
// add all GWT Faceplates into internal collection
