Hi, i'm new to GUI programming in
java. For most part, i've written console output programs. With improved reach of web technologies, i wanted to ask.. if i want to develop Desktop applications, which lets say have nothing to do with internet, what is the latest practice in GUI development? Is it swing ? since i hear most people say swing is out dated since everything is web.
So does this mean, java applications are now in fact coded as desktop applications and some other technology like
JSP is used to deploy such application and give it GUI?
Please let me know as i have to start catching up with GUI development. Choosing the latest path, will guide me to learn one thing well, which is accepted as current practice.