
October 28th, 2009, 04:29 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Posts: 2
Time spent in forums: 4 m 46 sec
Reputation Power: 0
|
|
|
Which technology(/ies) to use?
Hi all,
I'm going to be creating a web application that is going to be commercially viable. So try to keep source code for the business logic (at a minimum) compiled away from view.
I'm after ideas for a technology/set of technologies to use.
Ideally the technologies would:
-- Allow me to compile the source code for all (or, if not all, the business logic code) of the application into DLL files or whatever.
-- Be cross-platform? If thats impossible, then WINNT is just fine.
Please do not say .NET. I'm not going down that route.
So far, I've used VB and compiled an ActiveX DLL with some of the logic. This works, but is there a more modern, perhaps free alternative apart from .NET that would solve my dilemma?
Cheers,
Bob
|