Working with Java and VB.net -


we want create system/application several coverages (i.e inventory, monitoring, etc). me , friend knows different programming languages. know java , knows vb.net neither of knows both. in case, possible if java can work vb.net? example, inventory part develop using java , monitoring part created using vb.net. if so, there disadvantage in doing such thing?

thank :)

  • acl

an alternative bathsheba's answer separating program not functions tiers. create server bussiness logic in java, frontend c#, communicated standard (soap, json, restful, whatever).

of course, tiered system involves little more effort desktop application connecting odbc, solves many trouble have still not thought (scalability, authentication, security...).

anyway, making half product in language , half in ugly , difficult maintenance (because there need keep c# programmer , java programmer). better if both switched 1 language (the expert chosen language program core logic, while newbie design webpages asp/jsp).


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -