Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@vinci-e4PtMU • Nov 15, 2011
i think you didn't understood what i need.Actually i need some stuff over development that indeed helps a beginner .I found j2e i difficult to crack it my level right now and thats why i am moving to android development .
-
@praveenkumar-66Ze92 • Dec 22, 2011
Try Head First Servlets and JSP! Its a nice book to start with... π
-
@vinci-e4PtMU • Dec 22, 2011
thanks praveen-kumar.i will try to go with head first java but is this book goes consist of java applications ?
-
@praveenkumar-66Ze92 • Dec 22, 2011
vincithanks praveen-kumar.i will try to go with head first java but is this book goes consist of java applications ?
Hey, why don't you say your skills of HTML, Java, J2EE, Servlets?
-
@praba230890-vPFAoQ • Dec 22, 2011
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.
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.
vinciAlso i would like to know how to build desktop applications in java?
Net Beans.
-
@simplycoder-NsBEdD • Dec 22, 2011
I personally wouldnt suggest you to start programing using netbeans, if you are in learning phase, I would suggest you to get yourself a notepad++ and thats it. write it up using notepad++ and compile it through command-prompt(or equivalent).
In this way you would learn and come to know how things work in java.
It will take time and also be prepared to invest lot of time and patience, but at end of it, its worth.
I also see that your interests are in auto-insurance,taxation,real estate. You can try to build something around this.In this way,since you are already familiar with the goal, you know what to predict at the end of the project.
Just for the starters, you can pick up statistical data, run over a linear regression(simplest one) and try to maximize your profit, with minimum possible error.
Another idea from top of my head, try to build up something which can approximate our future( say retirement) earning. Say the data that user provides is his income, taxes that he would be paying, loans, monthly expenses and so on.In the end he wants to know how much maximum money can he gather or what he has to do if he wants to save X money. The solution might also hint where he can save, period where he can spend some money without differing from goal if possible and so on. Its a large field that you can try and experiment.
It can range from pure statistical data with hard-coded algorithms to machine learning, the choice is yours just suggesting you not to bite off more, then it might be boring.
If I were you, I would start off simply building some calculator stuff. If you are new to java, I suggest you to write console based calculator for simple interest, compund interest. Once you are ready, you can write a desktop application or an applet.
If you are stuck some where, post it here, lets see how can we help. -
@vinci-e4PtMU • Dec 22, 2011
i 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 -
@kr-at-nsngu-XqzcfU • Dec 23, 2011
Praveen-KumarHey, why don't you say your skills of HTML, Java, J2EE, Servlets?
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....
can you tell me the process...
Does it involves any copyright issues... -
@praveenkumar-66Ze92 • Dec 23, 2011
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...I don't understand. What application is it? What code have you used? Eclipse supports almost all the programming languages, so ... π
-
@praveenkumar-66Ze92 • Dec 23, 2011
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 thisDesign 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... π
-
@kr-at-nsngu-XqzcfU • Dec 23, 2011
i've used jsp
-
@kr-at-nsngu-XqzcfU • Dec 23, 2011
still 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) -
@praveenkumar-66Ze92 • Dec 23, 2011
K!r@nS!ngui've used jsp
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... π
-
@praveenkumar-66Ze92 • Dec 23, 2011
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)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... π
-
@kr-at-nsngu-XqzcfU • Dec 23, 2011
O.K. I will try and let you know ......
-
@praveenkumar-66Ze92 • Dec 23, 2011
K!r@nS!nguO.K. I will try and let you know ......
Sure... waiting for your take... In the meanwhile, I suggest you these...
1. XAMPP (#-Link-Snipped-#)
2. WampServer (<a href="https://www.wampserver.com/en/" target="_blank" rel="nofollow noopener noreferrer">WampServer, la plate-forme de dΓ©veloppement Web sous Windows - Apache, MySQL, PHP</a>)
3. USB Web Server (<a href="https://www.usbwebserver.net" target="_blank" rel="nofollow noopener noreferrer">USB Server β USB Device Server</a>) -
@vinci-e4PtMU • Dec 23, 2011
how to decide what design pattern to use and how ?Can u clarify Praveen a little bit
-
@praveenkumar-66Ze92 • Dec 23, 2011
vincihow to decide what design pattern to use and how ?Can u clarify Praveen a little bit
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... π