My Wishlist


Author
Message
Kari Paukku
Kari Paukku
StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)StrataFrame Novice (71 reputation)
Group: Forum Members
Posts: 65, Visits: 820
Hi,

any new info (dates, features etc) on the next release...?

Kari

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
We will more than likely make the 1.4.1 version official and release it by the end of July.  There have been a number of updates made and we will post a full list in the help and on the website soon.
Larry Caylor
Larry Caylor
StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)StrataFrame VIP (1.2K reputation)
Group: Awaiting Activation
Posts: 592, Visits: 3.7K
Will the doc be updated in the next release to cover the new features?

-Larry

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Yes.  This is the goal. BigGrin
Randy Jean
Randy Jean
StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)
Group: StrataFrame Users
Posts: 105, Visits: 641
Looking forward to these enhancements as well.



One more request to add: Menus (ToolstripmenuItems) to be security aware. For instance, if a user doesn't have access to a specific "permission key" that key can be assigned to a menu item to disable or hide it at runtime. This way, the user has a clue they can't run something (or they just plain don't see it) rather than having to display a "access denied" message after they click the menu.
StrataFrame Team
S
StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Tying the security into the menu system is certainly a large enhancement request, however, if you subclass a ToolStripMenuItem (button, separator, label, etc.), you must also re-create the control designer(s) for the menu itself.  The problem is that the control designer for the menu has the ability to add the menu items to the control, and there is no way to extend the control designer to tell it to add an new instance of our subclassed menu item over the base menu item.  For now, you have to manually test the permissions in code and disable/enable or show/hide the menu items accordingly.
Randy Jean
Randy Jean
StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)
Group: StrataFrame Users
Posts: 105, Visits: 641
OK, doesn't sound like it should a big deal to do in code, especially if I can just add the security key to an unused property and iterate through the menu options after it's loaded.



Any new info on expected date of the next release?
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
The new release will be made available on September 22, 2006.  The Security Add-on can be purchased that same day. Smile
Randy Jean
Randy Jean
StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)StrataFrame User (167 reputation)
Group: StrataFrame Users
Posts: 105, Visits: 641
How much will this addon cost? Also, not to sound cheap or anything, but shouldn't security be part of an application framework vs. an add-on? Other frameworks we use come with security out of the box. Of course, you're free to use or not use their security, modify it, use your own, etc., but at least it's there if you want it.

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
The Role-Based security add-on is $295 per developer.  As for being included in the framework by default, the answer is no.  First, we provide all of the events and hooks in the framework to allow you to implement your own security if you choose not to purchase the role-based security.  But the Role-Based security that we are about to release far exceeds anything that any other framework provides.  This is the most robust security engine that I have seen and it will also include auditing, which is another piece that is not provided by any framework (to my knowledge).  The security even comes, out-of-the-box, with multi-lingual support.  All labels, messages, etc. all already provided in several languages and it will continue to grow.  Additionally, you do not have to do anything other than specify the locale ID that you choose to use (which can be changed at run-time since it uses the standard StrataFrame localization engine.  We also provide all of the end-user dialogs, session locking, end-user documentation, and a number of other things.  This is more than a "band-aid" solution to security and comes with all of the bells and whistles and this is why this is an add-on, not just an inclusion.

Through this process, new products have been introduced in the Messaging and Localization that we give you with no additional fee which includes translation tools, client translation packaging and tracking, and more.

I hope this answers your questions.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search