Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (anonymous):

does anybody know how can i implement something like this site with java?or something like code sharing system?

OpenStudy (microbot):

i believe that to implement a site you need more than just java.

OpenStudy (anonymous):

not exacly like here , i think it need database and swing , anything more?

OpenStudy (anonymous):

For a website, you definitely don't use swing. Swing is for applications running on the user's machine. To create a web application like this site in Java, you'll need to have a database, a server application, and a user interface. An example would be to use a HTML front-page with a JavaScript loader, which initialises a JavaScript UI (the js creates the UI based on which page it is and what's necessary to fill in the information), then on your server side, you could use the Spring Framework to handle the inversion of control, which would let you focus directly on each URL as entry points for your server. You would then connect to the database using the Spring jdbc. There is a lot of work that goes into making an application like this work. Especially doing it in a secure way, with the appropriate level of testing. Don't be dissuaded, though. It's definitely worth it to learn all of this stuff, and it doesn't take that long if you just start. If you decide to use this approach and you get stuck, message me and I'll see what I can do.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!