Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

View Poll Results: Which platform is best for my website sloane1.com

Voters
1. You may not vote on this poll
  • PHP

    0 0%
  • Java

    1 100.00%
  • .Net

    0 0%
  • HTML

    0 0%
Multiple Choice Poll.
Results 1 to 4 of 4

Thread: I want to convert sloane1.com (php website) to Java Website

  1. #1

    Exclamation I want to convert sloane1.com (php website) to Java Website

    I have a website sloane1.com which is in PHP (Wordpress). I want to convert it into Java. Now I am confused that which platform I should use. Please suggest me ..


  2. #2
    Junior Member
    Join Date
    Jul 2014
    Location
    Canada
    Posts
    25
    My Mood
    Bored
    Thanks
    0
    Thanked 5 Times in 4 Posts

    Default Re: I want to convert sloane1.com (php website) to Java Website

    PHP is just a preprocessor language. To "replace" an entire WordPress site with a Java stack would be very difficult, as you would have to build the site from the ground up. Your poll makes no sense since a Java-based stack can incorporate PHP (though more often sites using JSPs on the front-end will use a different preprocessor), and all web stacks listed incorporate HTML.

    You should stick to WordPress until you understand what is needed to put together a website from scratch.

  3. #3
    Junior Member j831526's Avatar
    Join Date
    Jun 2014
    Posts
    15
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: I want to convert sloane1.com (php website) to Java Website

    Are you trying to write a CGI script? These are programs which run on the server side usually to process forms. The program name is specified in the HTML file and run on the server and receives data from the form. My understanding is PHP is now the most popular language for CGI programs. You can use others like Python and Perl. You can also use Java; these programs are frequently called servlets, and free tutorials are available.

    ** BUT ** your host must support running Java servlets. Almost everyone supports PHP. Perl is usually supported because it was once the most popular CGI language. Some support Python. I'm not sure about Java; it may not be popular for CGI. You MUST check with the host provider.

    BTW: why change from PHP to Java? PHP looks to be robust and easy to learn and supported everywhere.

    Charlie

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: I want to convert sloane1.com (php website) to Java Website

    Thread moved.

    Looks like you needed a "Do nothing" option.

Similar Threads

  1. Replies: 0
    Last Post: May 23rd, 2013, 04:35 PM
  2. java programmers form website create with PHP
    By clickondeepu in forum Member Introductions
    Replies: 0
    Last Post: January 10th, 2013, 05:40 AM
  3. J2ME + Nokia S40 + HTTP Multiform POST to PHP website = 403 Forbidden
    By vozmen in forum Java ME (Mobile Edition)
    Replies: 2
    Last Post: January 12th, 2012, 04:30 AM
  4. need help with java API download from a website
    By alpha.rome in forum Java Theory & Questions
    Replies: 4
    Last Post: September 2nd, 2011, 04:11 AM
  5. Login website using Java
    By cgeier in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 22nd, 2011, 11:41 AM

Tags for this Thread