java - Client API + Server Impl -


i have question: how implement correctly in java late/dynamic binding. have situation, when client has api jar (interfaces , abstract classes) , client wants call server/service (via http), these interfaces implemented. how architecturally can done? (i servlet-api/servlet-impl example, , want same...). maybe techniques presented?

java uses late binding. or did mean else definition of late binding applies compiled programming languages?


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -