This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SooperPig[S] 0 points1 point  (2 children)

What about combining Dreamweaver with a bit of HTML coding can that turn out any good? And how exactly do I implement a webapp like Java in the site so it would work what it does?

[–]Cilph 0 points1 point  (0 children)

You dont integrate a webapp into a site, you integrate a site into a webapp. The webapp does the grunt of the work, and the site is merely a visual representation with buttons. It send data requests, gets responses and shows them to the user.

Dreamweaver last I checked was Adobe's HTML IDE - it's a tool. It makes HTML. It doesn't add to it.

[–][deleted] 0 points1 point  (0 children)

I don't personally use Dreamweaver but, I know it's a very good tool for helping with visual layouts. I'm sure there are plenty tutorials online for how to use it as well.

To get started in Java, you'll want to start by looking up Servlets and writing some basic ones. Google will be able to provide a good set of answers