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
Post a Comment