Search:

Type: Posts; User: Zavael

Search: Search took 0.29 seconds.

  1. Re: The prefix "base" for attribute "base:package" associated with an element type "context:component-scan" is not bound.

    maybe it should be this way?


    <context:component-scan base-package="test.package" />

    watch for the dash instead of colon in base-package
  2. Replies
    6
    Views
    710

    Re: What's wrong in this code?

    what I can see is that in your imageJPanel code

    public ImageJPanel(File imageFile) {
    loadImage(imageFile);
    image = Transformations.noise(image);
    String filename = imageFile.getAbsolutePath() +...
  3. Thread: need java code

    by Zavael
    Replies
    4
    Views
    765

    Re: need java code

    Hi, what have you tried? Where did you get stuck with the code? What exceptions did you get?
    spoon-feeding will not help you.
  4. Replies
    23
    Views
    1,173

    [SOLVED] Re: This one is really hard

    As you tried to go by the walls, i would try to count the space cells instead of walls. I think it could be done without object oriented programming, but it could be really harder.

    In OOP it...
  5. Replies
    23
    Views
    1,173

    [SOLVED] Re: This one is really hard

    Hello, so if you tried

    maybe there is no sollution. Unless there is something you didnt tried. :)

    I would want to know what have you tried, so I dont have to post something that is already...
  6. Thread: BUILDING APPS?

    by Zavael
    Replies
    1
    Views
    930

    Re: BUILDING APPS?

    from Oracle.com:



    from Java.com:



    that should answer your question
    And if it will you give a long career? Personaly i think yes, or at least it will give you a rock solid ground for...
  7. Thread: LEANERCENTRIC?

    by Zavael
    Replies
    2
    Views
    715

    Re: LEANERCENTRIC?

    Did you try to google some tutorials? "How to learn java" will give you some usefull links..
  8. Re: method selection in apache cxf with queryParam

    I realized that i just need to check for filterQuery presence in the filterQuery method (if it is not null). Thats all.
  9. Replies
    3
    Views
    1,799

    Re: Authenticating Java FX application

    thank you, i will look at that and try to find some inspiration :)
    the IP address was my first attempt as the simplest way to prevent from sharing credentials between users - in future with next...
  10. Replies
    3
    Views
    1,799

    Authenticating Java FX application

    Hi all,

    I am creating a free game in java FX and I would like to offer some advanced features for the supporters (a user of the application that donates to support the project).

    But I dont know...
  11. [SOLVED] method selection in apache cxf with queryParam

    I created a java rest resource with 2 methods both listening on the same path, but one with @QueryParam annotation as method parameter


    @Path("test")
    public class TestResource {

    @GET
    ...
  12. Replies
    2
    Views
    1,795

    Re: Windows 7 Environment Variables out of sync

    Not sure if it helps, but in case you have 64bit OS, you could look at the task manager to see if the working cmd is running in 32bit mode or 64.
    Do you have the M2_HOME variable in "system...
  13. Replies
    0
    Views
    1,159

    database recommendation

    Hello, i know its broad question, but I would like to ask, what database should I use for game development in javaFX with openJPA persistency?
    the game is a desktop management simulation game (sport...
  14. Replies
    0
    Views
    1,442

    learning restful webservices

    Hi all, i am learning restful webservices with apache cxf. I came to point, where i am not sure what should be the correct (or good) implementation. I have following pojos:



    public class Author...
  15. Replies
    1
    Views
    1,292

    Re: a Web n00b question

    noob answer:

    I am using spring and i think it is pretty important and helpful in these days, so i would recommend it (at least it shows you how to decouple app layers with dependency injection,...
Results 1 to 15 of 15