Web development in Java
Also i would like to know how to build desktop applications in java?
Member • Nov 15, 2011
Member • Dec 22, 2011
Member • Dec 22, 2011
Member • Dec 22, 2011
Hey, why don't you say your skills of HTML, Java, J2EE, Servlets?vincithanks praveen-kumar.i will try to go with head first java but is this book goes consist of java applications ?
Member • Dec 22, 2011
It is better to go with Head First Java and Java Complete Reference by Herbert Schildt. If you were good with basics already, then go through Java Cookbook for problem solving and practical examples.vinciI am seeking for simple projects in java or any other programming language that would enhance my skills.Also it would test me .but i am unable to begin at all.
Net Beans.vinciAlso i would like to know how to build desktop applications in java?
Member • Dec 22, 2011
Member • Dec 22, 2011
Member • Dec 23, 2011
Hi praveen I have done a project using Eclipse IDE(My SQL as a back-end) , but I don't know how we can make it ready for windows....Praveen-KumarHey, why don't you say your skills of HTML, Java, J2EE, Servlets?
Member • Dec 23, 2011
I don't understand. What application is it? What code have you used? Eclipse supports almost all the programming languages, so ... 😀K!r@nS!nguHi praveen I have done a project using Eclipse IDE(My SQL as a back-end) , but I don't know how we can make it ready for windows....
can you tell me the process...
Does it involves any copyright issues...
Member • Dec 23, 2011
Design pattern is a coding style, which is followed in the whole application. For eg., the application may contain similar parts like displaying the user image. So, for that, you have to use a consistent code among all the views. 😀 Hope this is clear... 😁vincii am working with eclipse and practicing java and now jsp also, continuously and i am not soo good at programming but i want to build some application in java .thanks to all for help,I will post my puzzles here .
One more thing i would like to ask you what if i go with design pattern in java? what does it means?I got some material over this topic last night and wondered to know what is this
Member • Dec 23, 2011
Member • Dec 23, 2011
Member • Dec 23, 2011
Use Eclipse J2EE with JBoss Server. It runs on Windows. We were doing the same during our training using Windows XP. If you need any help, don't hesitate to post here... 😀K!r@nS!ngui've used jsp
Member • Dec 23, 2011
Yeah, it is possible. You can use portable servers like for eg., XAMPP. It has TomCat server, and you can configure it to run from USBs... Moreover, for this kind of portable application, I would suggest you to go with PHP & MySQL, which is far more compatible among systems than JSP, as you would be needing to do more configurations... 😀K!r@nS!ngustill not understood bro..... using HTML,jsp as a front end and My SQL as Database I have developed a simple application which is running with tomcat server....
now my concern is how can we make it as a normal software like music player(to install and use in other PC)
Member • Dec 23, 2011
Member • Dec 23, 2011
Sure... waiting for your take... In the meanwhile, I suggest you these...K!r@nS!nguO.K. I will try and let you know ......
Member • Dec 23, 2011
Member • Dec 23, 2011
Design pattern is like a signature of you! If you are a hard code dev or a beginner, the same small code you write for a + b will be different from mine. For eg., I indent using 4 spaces, and you might do it using a Tab. 😀 Something like that. See the best design patterns, and get experienced and develop your own pattern someday... 😀vincihow to decide what design pattern to use and how ?Can u clarify Praveen a little bit