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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -