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.

Results 1 to 5 of 5

Thread: Project Idea / verification

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Project Idea / verification

    Hello all,

    I've seen a few posts people asking about projects within here so i'm hoping it's the correct place to see if what I'm thinking is a plausable idea or not.

    My project aim over the summer develop a tool I can use to help the company I've been working on placement at. It's essentially a monitoring tool driven from a postgresql database that's being constantly updated or 'live' as it was.

    Project I need to create live/ weekly/ monthly/ yearly views/charts of the postgresql information over a web browser where a user can log-in and out essentially. Also possible a little interface on the web application that searches a query for details like username for example.


    so what I've been thinking. open to corrections or suggestions by all means.

    • Through use of netbeans make a web application
    • connected to a postgresql database
    • secure log in and out of the website hosting the web app, website using html
    • import the use of something like highcharts to jquery my database to produce charts
    • add little tools like the lookup's aswell.


    would I be able to do this through java, also what server would be best to this to to run a localhost essentially for people to log in to.

    please if this email is in the wrong section just delete it but I'm just looking for any pointers for a best practice what i could do here.

    Thanks
    Z


  2. #2
    Forum VIP
    Join Date
    Oct 2010
    Posts
    275
    My Mood
    Cool
    Thanks
    32
    Thanked 54 Times in 47 Posts
    Blog Entries
    2

    Default Re: Project Idea / verification

    Sounds possible, however the login/logout would have to be done in a programming language, rather than a markup (HTML) language. It's possible to do the entire website via Java, or you can use a different language for the required parts and use a Java applet to display the charts.

    Other than that, you would need to be more specific; websites tend to lean towards speed so that might be a consideration through the design process. Although you should avoid premature optimization, but (from the same website) Design for Performance could be something to think about.

  3. The Following User Says Thank You to Tjstretch For This Useful Post:

    zenaphor (June 28th, 2012)

  4. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Project Idea / verification

    Sounds like what you're looking for is jsp.

    Why require netbeans from the get-go? the IDE at best doesn't matter, and at worst you're cutting yourself off from the awesome Amazon Web Service tools eclipse has.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. The Following User Says Thank You to KevinWorkman For This Useful Post:

    zenaphor (June 28th, 2012)

  6. #4
    Junior Member
    Join Date
    Jun 2012
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Project Idea / verification

    I say netbeans from the get-go at the moment due to the software available in the current environment. If it would be a case developing in eclipse, releasing it and not needing to go back into it for a while that would be great. I'll look into those services now mentioned. ok i was more incline towards html for websites as I was more familiar but if the whole thing is created in java then using the java applet for charts, seem's more of a consistant layout then matching thing's here there and everywhere.
    thanks for the input so far, really appreciated

  7. #5
    Junior Member
    Join Date
    Jun 2012
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Project Idea / verification

    I've gone away and was wondering how I could do this, or whether they would all work together.
    Netbeans to create a web application with jquery use
    postgresql database is read from the web application
    I use highcharts through jquery to produce my charts from the postgresql database
    all this running on the glassfish server?

    thats what im thinking, but I'm confused to where I would put each thing or if using all those together combined is possible at all?
    any input to how I can get them working together would be appreciated

Similar Threads

  1. Creative vacation project idea?
    By MGhareeb in forum The Cafe
    Replies: 14
    Last Post: January 25th, 2011, 08:29 AM
  2. Project idea?
    By toop in forum Java Theory & Questions
    Replies: 3
    Last Post: January 6th, 2011, 11:09 PM
  3. final project idea
    By zulqar in forum AWT / Java Swing
    Replies: 4
    Last Post: November 3rd, 2010, 07:28 AM
  4. final project idea
    By zulqar in forum Java Theory & Questions
    Replies: 1
    Last Post: November 1st, 2010, 12:02 PM
  5. need idea for final year project
    By asadkhan in forum Java Applets
    Replies: 0
    Last Post: August 22nd, 2010, 01:36 AM