Search:

Type: Posts; User: mr.miku

Page 1 of 2 1 2

Search: Search took 0.16 seconds.

  1. Replies
    1
    Views
    1,067

    servlet start annotation

    Hi,
    I have not used annotation in my servlet,
    is there any help to start reading about annotation.
  2. Replies
    0
    Views
    2,225

    spring remember me

    Hi,
    I am using spring, shiro security,
    how I can add remember me feature to it.

    Core java
  3. Replies
    1
    Views
    1,693

    servlet annotation

    Hi,
    How I can create a custom annotation for servlet.

    Core java
  4. Thread: jsp javascript

    by mr.miku
    Replies
    1
    Views
    1,819

    jsp javascript

    Hi,
    In my jsp file how can I restrict the end user to direct access or download my js/css files?

    Core java
  5. Thread: Heap Memory

    by mr.miku
    Replies
    3
    Views
    2,127

    Re: Heap Memory

    Hi,
    Yes javabuddy is right you should increase the heap size if you are using eclipse then go to eclipse installation directory then open the eclipse.ini file change the -Xmx value from there.
    ...
  6. Replies
    3
    Views
    1,609

    Re: How to store password?

    Hi,
    You can use SHA to encrypt the password too.

    Core java
  7. Replies
    2
    Views
    1,377

    Re: Need help to parse text files.

    Hi,
    You can use StringTokenizer or split method.
  8. Replies
    2
    Views
    1,311

    Re: How to get certain info from a file line

    Hi,
    You can also use StringTokenizer
  9. Replies
    2
    Views
    1,150

    Re: returning variable and saving to file

    Hi,
    I do not think there should be any problem to save the links in a file try google you can find your answer or simple append everytime the link in a file.

    Core java
  10. Replies
    3
    Views
    1,816

    Re: core java begineer

    Hi,
    You can try to use jxls tag to create excel file , I think that will be more easy.

    Core java
  11. Replies
    2
    Views
    1,608

    Re: Creating random objects

    Hi,
    Can you show what exception you are getting in your console or log file.

    Core java
  12. Re: Help, I have no idea what my console is telling me. :(

    Hi,
    Can you show your code .

    Core java
  13. Replies
    1
    Views
    1,992

    Re: JAVA .NET WRAPPER

    Hi,
    Try web service.

    Core java
  14. Replies
    6
    Views
    3,118

    Re: java service client for wsdl

    Hi KevinWorkman,
    I have post it in this thread as I thought it is relevant .
    OK for further I ll put it in a new thread.
  15. Replies
    3
    Views
    6,467

    Re: How do you make servlet thread-safe?

    Hi copeg,
    Thanks for the link that is really helpfull.

    Core java
  16. Thread: hello

    by mr.miku
    Replies
    2
    Views
    1,651

    Re: hello

    Hi,
    I tried once but could not success ,I would also like to know this answer.

    Core java
  17. Replies
    4
    Views
    2,455

    [SOLVED] Re: JDBC Connection from Single Computer

    Hi,
    Are you using proper jar for that.

    Core java
  18. Replies
    2
    Views
    3,488

    Re: How to convert local path drive to UNC path

    Hi,
    Instead of using \ or / you can use File.separatorChar

    Core java
  19. Replies
    1
    Views
    2,072

    Get Paid Spring project

    Hi,
    I have good experience in spring,hibernate,jxls
    You can contact me for outsourcing project.

    Core java
  20. Re: clarify the doubt about accesing instance variable and local variable

    Hi,
    Can you show your code.

    Core java
  21. [SOLVED] Re: unable to store, display date and time from db to extjs grid

    Hi,
    If you are json tag to create json object for grid then use there <fmt:formatDate along with the pattern you need.

    Core java
  22. Replies
    6
    Views
    3,118

    Re: java service client for wsdl

    Hi,
    I have a small question , how I ll set up in my eclipse for web service wsdl.
    Can any one help.

    Core java
  23. Replies
    4
    Views
    6,743

    Re: Upload File - JSP + Servlet + Netbeans

    Hi,
    Please check the code bellow for servlet if that can help you:
    f (ServletFileUpload.isMultipartContent(request)) {
    ServletFileUpload servletFileUpload = new ServletFileUpload(
    new...
  24. Replies
    2
    Views
    1,956

    Re: Java SERVER problem

    Hi,
    which server adaptor you are using in eclipse for tomcat 7.
  25. Replies
    2
    Views
    1,816

    Re: servlet init param

    Hi,
    You can use hex code for & character and check.

    Core java
Results 1 to 25 of 37
Page 1 of 2 1 2