Hi,
I am working on a project for which we have to decide for a language to work on.
Requirements are as follows:
- Client should work both as web browser based and standalone desktop application.Both will have same feature.
- Gui should be rich in graphics but still light weighted.It should not use much memory for rendering views. Client machine has limitation of memory.
- Server would be on unix/linux boxes.Server side code is available in Java.
- Client will run on windows machine.
We have swing based client with us.It is not rich and it consumes much memory.There is limitation of memory.Is it possible that we need not to move from swing based application? It can be improved in graphics also.
We are thinking for moving our client code to some other language which can be used with server side code in java.
If still my question is not clear then I will try to update it. Please suggest.
Thanks,
Abhishek Jain