Search:

Type: Posts; User: Shareefuddin

Search: Search took 0.12 seconds.

  1. Replies
    0
    Views
    1,717

    Lazyinitialization exception.

    Hi,

    I have a 'User' entity and 'Role' entity.

    User entity:



    @Entity
    @Table(name="user")
  2. Replies
    1
    Views
    1,274

    Create class diagram.

    Hi,

    I need to create class diagrams in eclipse helios. How can do it.

    Please help me.

    Regards,
    Shareef
  3. Generate random numbers between 1 and 52 by passing a seed to Random.

    Hi,

    I have to generate random numbers to shuffle a deck of 52 cards. I am using below code:




    import java.util.Random;

    for (int i = 0; i < 52; i++) {
  4. Passings arguments to a batch file while executing from Java.

    Hi,

    I want to pass a argument to a batch file using Runtime.exec() method.
    I am using below code to execute batch file:


    Runtime r = Runtime.getRuntime();
    Process proc = null;
    proc =...
  5. Restrict web application access using IP address(es)

    Hi,

    I want to restrict my web app access by IP address(es), it should be accessible only by domain name.
    I have gone through this 'http://www.freewebmasterhelp.com/tutorials/htaccess/2' but not...
Results 1 to 5 of 6