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:
...
Type: Posts; User: siberian; Keyword(s):
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:
...
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?...
well, power of English:D
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...
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....
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...
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...
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...
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.
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?
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.
I have heard it but the project I am working on is not opensource, and still not get any fund.
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...
can I get it from some maven repository?
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...
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...
Hi, I can't found jgoodies-form on your repository, you don't need them?
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.
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...
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.
what about JMS? It seems to me that JMS can do stuffs these "event bus" are doing?
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...
Do you use ELF with spring-rcp?
Hnn. Thanks
But the component I want to "close" is a JPanel(it is written by SUN). So the ApplicationLifeCycleAdvisor must ref to it.
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...