Search:

Type: Posts; User: siberian; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Jruby backed bean can't be ApplicationContextAware

    Hi, I am tring to use jruby in spring. The basic example works and I was stuck when I tried to make it ApplicationContextAware
    I followed the document and I got these:
    the configuration file:

    ...
  2. Replies
    48
    Views
    8,007

    You are talking about Anthropic principle?...

    You are talking about Anthropic principle? Physical scientist
    found all physical rules work together too perfectly, it seems that the constants are manipulated by someone so that HUMAN can evolve?...
  3. Replies
    48
    Views
    8,007

    well, power of English:D

    well, power of English:D
  4. Replies
    48
    Views
    8,007

    Just want to say more about interface as a...

    Just want to say more about interface as a contract(contract between two classes).
    An interface can model something about the contract, like method names, but it is not enough. A client using the...
  5. Replies
    48
    Views
    8,007

    The post has become too long. so I don't quote...

    The post has become too long. so I don't quote them.
    First of all. I always belive that struts/EJB/JDBC are not bad designed. Yes there are bad ideas, but in their time, they don't have much choice....
  6. Replies
    48
    Views
    8,007

    well, this is the point.I don't mind if we have...

    well, this is the point.I don't mind if we have to lable spring as "OO inside", or call it "real OO", but I won't insist on it.
    When I was learning GOF's design patterns, some argued that it is not...
  7. Replies
    48
    Views
    8,007

    sorry but I think you don't understand my point,...

    sorry but I think you don't understand my point, or I haven't make it clear.
    I didn't mean inheritence is a flawed concept. I mean in the old OO way, it is easy to abuse inheritence, indeed, we have...
  8. Replies
    48
    Views
    8,007

    I think Spring is MUCH MORE than OO, I won't say...

    I think Spring is MUCH MORE than OO, I won't say it is not OO, and even it is, I won't feel uncomfortable.
    OO is NOT the ultimate answer of programming, it is here for decades, and it misses a lot...
  9. Thanks for you suggestion. the "class" I want to...

    Thanks for you suggestion.
    the "class" I want to use is from JDK. UiManager, which is unlikely to be redesigned,but I also have some other class written by myself, I will try your suggestion.
  10. How to wrap a static util class to a Spring bean

    Hi, I want to configure a util class in spring's config xml.
    But all the methods of it are static, can I wrap it to a normal spring bean?
  11. it seems that the problem is still there? I was...

    it seems that the problem is still there?
    I was wondering why you(should be you?) add a "masterList" to AbstractMasterForm, and now I understand.
  12. I have heard it but the project I am working on...

    I have heard it but the project I am working on is not opensource, and still not get any fund.
  13. but I think eclipse-rcp needs swt? which I have...

    but I think eclipse-rcp needs swt? which I have no idea with.
    BTW, if I "constructing a view that has the layout you describe. A tree on the left and a panel on the right. When an item in the tree...
  14. Replies
    15
    Views
    2,551

    can I get it from some maven repository?

    can I get it from some maven repository?
  15. thanks for your suggestion! sorry for my bad...

    thanks for your suggestion! sorry for my bad idea. I am not familiar with swing/spring-rcp, having been writing web apps for years(I hate them!).

    emm, I think it is not a good idea too.
    But...
  16. Using a tree as master in master/detail forms?

    Hi. I found AbstractTableMasterForm is useful. But I have more than one list of objects, and I would like the master form to be on the left side and be a tree, so that I can have a "workspace" style...
  17. Replies
    31
    Views
    4,463

    Hi, I can't found jgoodies-form on your...

    Hi, I can't found jgoodies-form on your repository, you don't need them?
  18. Replies
    21
    Views
    25,718

    Poll: I suppose your id is pinyin? If you are using...

    I suppose your id is pinyin?
    If you are using eclipse, try maven's eclipse plugin
    http://maven.apache.org/eclipse-plugin.html
    A good start.They have two flash demos.
  19. Replies
    21
    Views
    25,718

    Poll: Maybe it is too hard to explain maven in a post....

    Maybe it is too hard to explain maven in a post.
    Basically it is a "building system" trying to solve technical problems of project management. For example, it can pull all needed jar form internet...
  20. Replies
    21
    Views
    25,718

    Poll: somnifugijms is why I belive There are conceptual...

    somnifugijms is why I belive There are conceptual similarities between them.
    I don't have much experience about SWING, my most projects are web based. But I am tring to write one now.
  21. Replies
    21
    Views
    25,718

    Poll: what about JMS? It seems to me that JMS can do...

    what about JMS? It seems to me that JMS can do stuffs these "event bus" are doing?
  22. Replies
    21
    Views
    25,718

    Poll: I am lost. I am still new to spring-rcp. When you...

    I am lost. I am still new to spring-rcp. When you say "spring event mechanism", you mean event mechanism of spring core? It seems that spring-rcp doesn't define its own event mechanism.
    And if we...
  23. Replies
    21
    Views
    25,718

    Poll: Do you use ELF with spring-rcp?

    Do you use ELF with spring-rcp?
  24. Replies
    3
    Views
    987

    Hnn. Thanks But the component I want to "close"...

    Hnn. Thanks
    But the component I want to "close" is a JPanel(it is written by SUN). So the ApplicationLifeCycleAdvisor must ref to it.
  25. Replies
    3
    Views
    987

    How could I register a WindowAdapter?

    Hi.
    I am building a simple spring-rcp application. One of my control (a JPanel) has to do some stuff before the application exit.
    In old swing applications, we register a WindowAdapter whose...
Results 1 to 25 of 29
Page 1 of 2 1 2