Re: General Converter

2013-08-17 Thread Adrian Gonzalez
Hi, 

In the meantime, if you're looking for a JSF converter, you can take a look at 
Omnifaces SelectItemsConverter [1].

Regards,
Adrian

[1] http://showcase.omnifaces.org/converters/SelectItemsConverter



De : Mark Struberg strub...@yahoo.de
À : dev@deltaspike.apache.org dev@deltaspike.apache.org 
Envoyé le : Vendredi 16 août 2013 12h39
Objet : Re: General Converter


Hi Florian!

Not yet on our list. We are currently working on getting 0.5 out of the door 
(code reviews and testing against many containers)


Please file a feature request in JIRA describing what this Seam2 feature is 
about and why you like it.


txs and LieGrue,
strub



- Original Message -
 From: i...@softwareentwicklung-hell.de i...@softwareentwicklung-hell.de
 To: dev@deltaspike.apache.org
 Cc: 
 Sent: Tuesday, 13 August 2013, 14:35
 Subject: General Converter
 
 Hi all,
 
 is there a plan to implement Seam like general Converter like the Seam  
 Faces Object converter? I know it is not really a cdi topic, but there  
 is still a big gap between what Seam was providing and what DeltaSpike  
 does.
 
 Thanks and Regards
 Florian



Re: [DISCUSS] deltaspike-0.5 features

2013-06-06 Thread Adrian Gonzalez
 Also should this scope :
 - start automatically, end be terminated explicitly a-la CODI 
 ConversationScope? conversation.close() 

Hi,
Personnally, calling .begin() and .end() has always been a pain in my 
developments (with Seam 2, CDI).
I prefer the current CODI style and its APIs, it covers all (or most of my 
needs) and is really easy to use.

Adrian


De : titou10 titou10 titou10.tito...@gmail.com
À : dev@deltaspike.apache.org 
Envoyé le : Jeudi 6 juin 2013 14h56
Objet : Re: [DISCUSS] deltaspike-0.5 features


DialogScope ?
FlowScope ? (Possible confusion with JSF 2.2 ?)
ExtendedConversationScope ?
CustomConversationScope ?
ConversationCustomScope ?
ConversationExtendedScope ?
ExtendedScope ?
DSConversationScope ?
RequestExtendedScope ?

Also should this scope :
- be started and terminated explicitely a-la CDI ConversationScope
with conversation.begin() and conversation.end()
- start automatically, end be terminated explicitly a-la CODI
ConversationScope? conversation.close()
... in addition to be terminated when the parent (Session/Window scope) ends..

IMHO it seems the first option seems better for us as it may be used
in a more generic way and .



2013/6/6 Gerhard Petracek gerhard.petra...@gmail.com:
 you are very welcome to suggest a better name.

 regards,
 gerhard



 2013/6/6 titou10 titou10 titou10.tito...@gmail.com

 Suggestion:
 When porting CODI ConversationScope to DS, should it be possible to
 NOT name this Scope ConversationScope
 Currently, when using CODI, it is very confusing to have 2 different
 scopes having the same ConversationScope name: the CDI one and the
 CODI. Introduce a lot of confusion when communicating between
 developers
 Thx

 2013/6/1 Mark Struberg strub...@yahoo.de:
  Hi!
 
  It's time to go for planing ds-0.5.
  I'd say the release should be pretty small this time. Mostly bug fixes
 and a few minor enhancements. And max 1 or 2 bigger bullet features.
  The goal is to release ds-0.5 end of this month.
 
  A few things on the list as I remember so far:
 
  * Finish graduation and apply latest changes to our Docs.
  * Servlet module. Please add JIRAs which feature you like to see in this
 module
 
  * Improve the JSF module. We still miss a few features from CODI and
 seam-faces
   . improve ClientWindow handling
   . improve the typesafe navigation
   . add @ConfigurationScoped and @ViewAccessScoped
 
 
  * Improve the configuration
   . brainstorming about configuration 'categories' as requested a few
 times already
   . ProjectStage and/or property specific configuration
 
 
  This DISCUSS will be closed in 72h. New feature requests after that time
 will be handled in deltaspike-0.6 (unless they are blockers).
 
  The timeframe I would suggest:
 
  * Implement new features during 2013-06-12
  * Bugfixing and documentation until 2013-06-19
  * start with the release on 2013-06-23
 
 
  Any objection, ideas, feedback?
 
 
  txs and LieGrue,
  strub