Re: [DISCUSS] DELTASPIKE-77 Identity API

2012-02-15 Thread Gerhard Petracek
hi shane, @#tryLogin: ok - since we can provide a simplified handling for important use-cases - i'm ok with it. @#login: matt answered it already (it even works with jsf 1.2) @#hasRole (overloaded) agreed - i also don't like that one. if we keep #tryLogin, we should use the same naming

[jira] [Updated] (DELTASPIKE-88) discuss Editable* spi approach

2012-02-15 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-88: --- Description: this approach allows to keep the api simple and methods which are

Re: [DISCUSS] bootstrap api

2012-02-15 Thread Mark Struberg
Hi Pete! fluent api is fine for me. The reason why the context control is so fine granular is that you don't have any well defined extension points in an SE app. Thus the application must perform those steps itself. Imagine a Swing App. A Request could be a user interaction. A

Re: [DISCUSS] Security and IDM for DeltaSpike

2012-02-15 Thread Lincoln Baxter, III
I think there are a few key things to keep in mind for our security solution: 1. Accurate, intuitive documentation with a clear path to get started. 2. Technically correct implementation that allows for things like custom password encryption strategies. 3. Consistent API/SPI package

Re: [DISCUSS] bootstrap api

2012-02-15 Thread Pete Muir
Aha, so this is mixing bootstrap and context lifecycle management? If so, I would prefer we keep these as two separate APIs. I can make a proposal for a context lifecycle management api based on what we have in Weld. On 15 Feb 2012, at 17:17, Mark Struberg wrote: Hi Pete! fluent api is