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 ..
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.
PHP
Java
.Net
HTML
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 ..
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.
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
Thread moved.
Looks like you needed a "Do nothing" option.