Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@ms-cs-Ab8svl • Feb 24, 2009
I think It depends on the company and the customer requirement...Enterprise Java Beans is playing important role in web development.If you learn u can understand this...
Again for your second question answer is,in my point of view, it depends on the company and the customer requirements -
@ms-cs-Ab8svl • Feb 24, 2009
Am I right? -
@shalini-goel14-ASmC2J • Feb 24, 2009
I would suggest you to learn every language you mentioned above. Industries expect a computer engineer either to work on any language or having capability of learning any new language in few days only.jatin-phoenixwhere are swing, beans part of java used in industry?
i wana study a language thoroughly. which one among java(swing and beans included), .net, vb or php should i go for and why?
Swings are just used to make UI screens. Thats it.
Java Beans play a very important role in big projects though they are very simple to use. They are simple nothing but POJOs(Plain Old Java Objects) with some properties set in that Java Object using getters and setters. They are used to represent any real world object in a project.
Ex. If there is some Customer related object(real world object) used in the project then using Java Beans you will make a simple Customer class with its properties like customerName, customerId, address etc. with proper getters and setters and then you can reuse that simple Java Bean class in other classes of your project just by bean id of Customer bean.
Feel free to ask more questions here.😀 I liked the topic.