Results 1 to 8 of 8
Thread: How to Develop a Website in java
- 09-30-2011, 09:47 AM #1
- 09-30-2011, 10:01 AM #2
Senior Member
- Join Date
- Feb 2010
- Posts
- 128
- Rep Power
- 0
Re: How to Develop a Website in java
When talking about developing a website using Java, you should look into JavaEE. There are numerous application servers that act as hosts. The one I use is called Glassfish. If you go to Oracle's JavaEE section and download the javaEE jdk, you'll get everything you need to start off. You'll learn how to build .jsp and .jsf pages that are processed by the application server. You could find more information in the JavaEE section of this forum.
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
- 09-30-2011, 10:11 AM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,399
- Blog Entries
- 7
- Rep Power
- 17
Re: How to Develop a Website in java
You JSE distribution comes bundled with a complete HTTP server; there's not a mention of it anywhere that a I could find. I found the API documentation here. I keep it in my bookmark list if/when I find something useful for it ...
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 09-30-2011, 11:14 AM #4
Re: How to Develop a Website in java
Hi Friends,
ThanX for your valuable suggestions,
am little confused..
am going to develop only static page, just show the page only.. (NO database,NO store info, etc)..
My friend suggest me use wordpress tool to develop a site.. is this best or
any other IDE are avail friends to create a website?..ThanX
Rj
- 09-30-2011, 11:24 AM #5
Senior Member
- Join Date
- Feb 2010
- Posts
- 128
- Rep Power
- 0
Re: How to Develop a Website in java
What's the reason to build it in Java? Might as wall use HTML and some CSS for a static page.
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
- 09-30-2011, 11:27 AM #6
Re: How to Develop a Website in java
Hi Friend,,
if HTML and CSS is enough to create a site, which IDE compatable to develop?ThanX
Rj
- 09-30-2011, 11:36 AM #7
Senior Member
- Join Date
- Feb 2010
- Posts
- 128
- Rep Power
- 0
Re: How to Develop a Website in java
You would need a Adobe Dreamweaver. You should search for web development forums rather than programming forums.
Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
- 09-30-2011, 02:45 PM #8
Welcome to Audio, Speech,
- Join Date
- Sep 2011
- Location
- 3121 Nelm Street Alexandria, VA 22304
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
How to go to a website using variables then read whats on the website?
By technoreject in forum New To JavaReplies: 4Last Post: 07-02-2011, 03:28 AM -
How to develop pivot table in java?
By rai in forum JDBCReplies: 1Last Post: 06-25-2011, 05:07 PM -
Java GUI Develop,emt
By joaquin386 in forum New To JavaReplies: 4Last Post: 04-24-2010, 02:04 PM -
develop java standa alone client for ASP.Net web server
By manucng in forum Advanced JavaReplies: 4Last Post: 08-25-2009, 07:04 PM -
how to develop setup file for java swinggui
By santhosh_el in forum AWT / SwingReplies: 1Last Post: 03-24-2009, 09:22 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks