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: Web based java application

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Web based java application

    Hello,

    I have no experience in java at all, Though can write VB to a fair degree. I know that it will not help.

    There is a tool that i wish to implement on a website, This is the tool DesignTool.
    Is there any way of ripping the tool off this page, (please don't get into saying that i am trying to rip off someones hard work, I am merely stepping of from where they left off ) I would like to be able to invistage how they have made it possible and modify/change/ create new. i see this being a great tool for showing my customers different colour selection.

    thank you


  2. #2
    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: Web based java application

    You know the response you're going to get. You can't just take software, convert it to source code, and hack at it to make your own thing.. unless the software is open source.

    You're going to have to actually learn Java.
    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!

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Web based java application

    a) Unless the tool is open source - which I gather it is not given the question - I will go into saying you are requesting help to rip off someone else's tool.
    b) The tool is javascript, and this is a java forum. The two are vastly different.

  4. #4
    Junior Member
    Join Date
    Feb 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Web based java application

    thought that may be the case,
    I see that i will have to write my own, this scares me from doing a few projects with arduino and seeing some scripts from java the flow of the language is so far away from vb.

    one more question before i mark as solved. I know i dont have the time to study a new programming lanuage, is there anyone that can reproduce the tool, what would you see someone charging for this.

    thanks again.

  5. #5
    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: Web based java application

    Quote Originally Posted by DAus View Post
    one more question before i mark as solved. I know i dont have the time to study a new programming lanuage, is there anyone that can reproduce the tool, what would you see someone charging for this.
    It's going to cost hundreds, if not thousands of dollars. It's going to cost more than that to do it right.

    But what would the code give you, if you don't know how to program yourself? If you just want the tool, you already have it. If you want to be able to modify code, you have to learn how to program. I'm not sure what you're trying to get around. Just think how much closer you'd be if you had spent these last few days learning Java instead of trying to hack somebody else's code!
    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!

Similar Threads

  1. Replies: 1
    Last Post: January 8th, 2013, 12:36 PM
  2. Generate GUI for web based application
    By Dev777 in forum Member Introductions
    Replies: 0
    Last Post: July 8th, 2011, 05:52 AM
  3. Java Programmer Wanted To Create A Revolutionary Web Based
    By itdummy in forum Paid Java Projects
    Replies: 0
    Last Post: June 20th, 2011, 06:07 PM
  4. Saving .jsp page as .pdf file while generating report for struts based web application
    By ravindra_kumar_tiwari in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: August 12th, 2008, 09:32 AM