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 3 of 3

Thread: code hidding when our webapplication developedin jsp &mysql and instal,configure at c

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post code hidding when our webapplication developedin jsp &mysql and instal,configure at c

    i have a school ERP web application which is developed in jsp &MYSQL as back end
    iwant to install web application at client system
    1)without configuring Tomcat & mysql is possible to run my web application atclient place
    2). like .NET having DLL can we have any thing like DLL in java
    3)how able to hide code which developed using jsp
    please send suggestion or guide me in this regards
    aps.naidu


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: code hidding when our webapplication developedin jsp &mysql and instal,configure

    1. Welcome to Java Programming forums.
    2. You posted in the wrong section.
    3. Read forums rules.
    4. Now turning to your question,
    a). No, you can not run your application until you configure the Java component(server) to run application on. And without mysql, if your application involves mysql, you can not create the connection.
    b). Yes we do have, what is your exact query about dll?
    c). There are many ways, don't give the source to your client.

  3. #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: code hidding when our webapplication developedin jsp &mysql and instal,configure

    I'm moving this thread. For more information, read this: http://www.javaprogrammingforums.com...e-posting.html
    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. how to write code using servlets, jsp and mysql database
    By bvn456 in forum Java Theory & Questions
    Replies: 4
    Last Post: June 28th, 2011, 01:51 PM
  2. Java.jar and Mysql.jar
    By kurt-hardy in forum Java Theory & Questions
    Replies: 1
    Last Post: January 27th, 2011, 09:48 AM
  3. TOMCAT CONFIGURE
    By jugalrockz in forum Java Servlet
    Replies: 1
    Last Post: January 5th, 2011, 07:09 PM
  4. How to instal JDBC driver package in eclipse
    By sathish in forum JDBC & Databases
    Replies: 2
    Last Post: September 2nd, 2010, 10:09 AM