Ben
Thanks for the guidance. I'll wait a little while to see if you incorporate my desired model in Acegi before I attempt my own implementation along the lines you suggested.
Type: Posts; User: jfcone; Keyword(s):
Ben
Thanks for the guidance. I'll wait a little while to see if you incorporate my desired model in Acegi before I attempt my own implementation along the lines you suggested.
I have an ASPed application. Each subscriber elects (and can change it at any time) how many of its users it wants to be able to concurrently access the application; the subscriber is billed based...
If its OK with you all, I would like to use this thread to pose basic architectural/design questions about RCP. It will help me to (a) understand RCP better and (b) begin putting together a good...
Thanks, Keith,
The way you suggested is exactly the way I'm doing it now. I thought that surely there must be a much more elegant way in Spring RCP that I hadn't yet discovered. For instance,...
Keith,
I perfectly understand your point, and I do not dispute it.
I'm simply trying to alert you to a "not insignificant" need that some Spring RCP users have and one which may be easily...
Spring RCP's UI Framework hasn't yet clicked in my mind. So, please forgive me if my question seems silly.
My main application view is split into two panes, a left pane that contains an...
First, in a rich client environment the Application Context is the Front Controller. That, notwithstanding, there are many cases in an application where a command may be invoked from several points...
Keith:
Could you not:
(a) add an ActionRequest class;
(b) add an ActionResponse class;
(c) overload doExecuteCommand() to accept a request and a response object and return a response object....
First, let me thank Keith and people like Keith who give up so much of their time and resources to create great frameworks like Spring, SpringRich. Those of us who benefit from your works are very...
Every time I refresh the richclient from CVS HEAD something breaks in my otherwise working richclient test application.
Right now my application is looking for:
...
I too want my application to have a main frame that is split into two vertical panels (either using JSplitPane or Borderlayout with WEST and CENTER).
In the left panel I want to display a treeView...
My sample rich-client application used to work fine until I re-imported springrich from CVS a few hours ago. Then I start getting this error:
I built the jar files and put them in my...
Is there any documentation of the basics of Spring Rich actions framework, similar to the documentation for JGoodies Forms framework?
I have my own actions framework for Swing apps, which I...
I am trying to configure an application that does not have the typical Windows-App menubar, toolbar, etc. Instead the main JFrame has an actionsPanel to the left and a dataPanel to the right. The...
What I meant was that it seems the RCP example used some Petclinic files directly from the SpringFramework Petclinic example.
However, thanks for your explanation; I think I now know how to...
I just want to know from anyone who has actually set up and created a Rich-Client project:
* How do you make the spring-rc and spring packages available to your application? Do you expose...
Spring 1.1 is out and it does not seem to contain the richclient package.
How do e import richclient packages in our RCP development codes?
Any timeframe as to when RCP release might be released?...
I use WinCVS Client but have been unable to connect to this project's CVS. I'd appreciate any WinCVS configuration help from anyone who knows how to use it to connect to this project's CVS. ...