Search:

Type: Posts; User: Json

Page 1 of 20 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,482

    Re: Future OS's for Developers

    Hello,

    I pretty much cut my ties to Windows a while back as well. I use Kubuntu at the moment but there are so many Linux distros out there now that you don't have to be "techy" in order to...
  2. Replies
    6
    Views
    1,521

    [SOLVED] Re: Questions for web experts

    What I think you might be looking for is something like Selenium - Web Browser Automation or Welcome to HtmlUnit

    I use it every day at work for automated testing of our applications. All our...
  3. Replies
    12
    Views
    2,605

    Re: When to Synchronize Code

    Personally I consider the synchronized keyword a smell and in any projects I manage nowadays I ask the developers to consult another developer for advice if they think that synchronized is needed....
  4. Thread: Java DB embedded

    by Json
    Replies
    5
    Views
    3,194

    [SOLVED] Re: Java DB embedded

    If you're interested in using an embedded database which supports JDBC you could give H2 Database a try.
  5. Re: Startup developers & designers register for a training sessions at Lucene Revolut

    I'd love to attend this but I'm too far away and too short notice at the moment :(
  6. Replies
    3
    Views
    1,896

    Re: Pls guide me in advance java

    I'm kind of in the process of writing something similar at the moment actually.

    We use a MySQL database and then just standard Servlet, JSP stuff for the frontend. Also using a little framework of...
  7. Replies
    0
    Views
    3,371

    Facebook Group now a Facebook Fan Page

    Hello all,

    We've recently created a Java Programming Forums fan page on Facebook with the aim to replace the group we currently have there.

    Could I please ask you all to head to the new page...
  8. Replies
    3
    Views
    3,949

    Re: DateTime Convertion To Binary

    Hello, how exactly is the date stored as binary, is it a long value or a string representing the date or some other way? I've not got much experience with C# myself so I'm not aware how it reads the...
  9. Replies
    3
    Views
    2,396

    Re: Hangman game for JAVA Beginning class

    I think your plead for help is somewhat vague because first of all, a lot of people will avoid opening attached files, we'd rather see you use the Java highlight tags to put your code inline in the...
  10. Replies
    1
    Views
    4,181

    Re: Military time converter

    Hello, your problem with the zero is the fact that you store the hour in an int, the int cannot start with a zero, there would be no point in that so you need to read in the hour and after your...
  11. Replies
    2
    Views
    3,789

    Re: autocomplete using ajax

    Hello, what bit of your whole requirement is it that you have a problem doing, it sounds like you want help to do the whole thing and as far as I can see its databases, struts, javascript and jsp all...
  12. Replies
    8
    Views
    4,781

    Re: Starting Android Application Development

    Sure can, at the moment I'm rather busy with other work so I never managed to finish the app off but hopefully I will get a chance to do that soonish.
  13. Thread: web services

    by Json
    Replies
    4
    Views
    2,092

    Re: web services

    Hello,

    Your question is or description rather is pretty vague. The top-down and bottom-up approaches seem more like overall architectural processes rather than for creating the actual web service....
  14. Replies
    7
    Views
    5,936

    [SOLVED] Re: How to specify FileOutputStream location?

    It's because the backslash is a special character in Java string land. You will need to escape it or turn it into a forwardslash.



    OR



    That should do the trick.
  15. Replies
    2
    Views
    1,999

    Re: Help on java server hosting

    Hello,

    Personally I've not used godaddy so I'm not aware what they allow you to do. What type of server is this, will it run as it's own executable or as a webapplication in a container such as...
  16. Replies
    3
    Views
    3,100

    Re: Creating Servlet object

    Yes it is allowed but is serves no real purpose doing so.
  17. [SOLVED] Re: Java Reflection, laoding external classes and casting

    Hello there,

    I would assume you see the class not found or def not found exception because you're trying to load a class that does not exist on the classpath rather than trying to cast it to the...
  18. Replies
    5
    Views
    6,313

    Re: Jain SIP for Voip aplication !

    I don't think this is an area many people are familiar with hence the low number of replies I'm afraid :(
  19. Replies
    1
    Views
    2,167

    Re: Ways of Transferring Data

    Hello there Zyle,

    I would really consider using a library already available out there, maybe MINA and Netty aren't to your liking but it's well worth it not having to deal with all of the network...
  20. Replies
    1
    Views
    1,839

    Re: New Unanswered Threads Link

    Good one, will do :)
  21. Replies
    23
    Views
    4,254

    Re: HAPPY 3rd BIRTHDAY JAVA PROGRAMMING FORUMS!!!

    Happy Birthday!
  22. Thread: Java 3D

    by Json
    Replies
    4
    Views
    1,948

    Re: Java 3D

    Have a look at The Red Book which is available at OpenGL Programming Guide (Addison-Wesley Publishing Company): Table of Contents

    Enjoy!
  23. Replies
    14
    Views
    5,393

    Re: How much per a month?

    The average UK salary is somewhat strange as well because you will earn tons more if you're in London for instance but then your living costs are higher as well where as in the north everything is...
  24. Replies
    8
    Views
    4,781

    Re: Starting Android Application Development

    Hello guys,

    I myself decided to make an app which I've been working on over the easter week. I find Android development to be really easy, it's all event based as well which can in some cases be...
  25. Replies
    2
    Views
    1,686

    Re: !! Tomcat doubt !!

    Have a look in your catalina.out file in your Tomcat logs folder, is there anything in there giving you a clue to why it is shutting down?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4