Jump to content

Hello LTT!

 

Instead of getting some work done from someone on freelancer.com I decided to do it on my own.

 

I plan on making a website like: quibids.com - Java based. I haven't learn't much yet, just the basics.

 

So I was wondering if I was thinking this out right, and if each Java based segment be its own class?

 

index

Nav PHP

Jumbo PHP (How many users are online)

Recent Auctions Java (Show most recent Complete Auctions)

Recent Testimonials Java (Show most recent Testimonials

Footer PHP

 

Current Auctions Java

Displays all auctions that are currently being run in the order of Lowest Time to Highest time left.

 

Auction Page Java

More Details on that auction.

 

Completed Auctions Java

Displays all auctions marked "complete" in MySQL - Basically just a Giant list of the auctions.

 

All Admin Pages related to the bidding are Java

Login - Resister and Profile pages will also be Java

 

 

 

So I was wondering if I was thinking this out right, and if each Java based segment(page) be its own class?

 

Thanks for any help.

Looking for a Programming Project take a look here!

http://linustechtips.com/main/topic/407332-looking-for-a-project-idea-start-here/

Link to comment
https://linustechtips.com/topic/198367-java-based-website/
Share on other sites

Link to post
Share on other sites

I don't have much experience with building websites, but I believe that they should be individual classes. You'll find that it's easier to work with many shorter classes. I'm speaking from ease of use, however. I don't know if they *need* to be their own classes, but it would be recommended.

Link to comment
https://linustechtips.com/topic/198367-java-based-website/#findComment-2694597
Share on other sites

Link to post
Share on other sites

Why use a mix of Java and PHP?

 

Why not just use Java exclusively?

The PHP portions are just to easily change the Nav, Footer and other content throughout the website.

Looking for a Programming Project take a look here!

http://linustechtips.com/main/topic/407332-looking-for-a-project-idea-start-here/

Link to comment
https://linustechtips.com/topic/198367-java-based-website/#findComment-2700866
Share on other sites

Link to post
Share on other sites

I've never used JSP before... but I would imagine that you shouldn't need PHP to do that. It should be easy enough in Java.

Meh, I've already got it built in PHP. 

Looking for a Programming Project take a look here!

http://linustechtips.com/main/topic/407332-looking-for-a-project-idea-start-here/

Link to comment
https://linustechtips.com/topic/198367-java-based-website/#findComment-2703328
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×