shale / jsf mvc problems

2006-09-20 Thread numpsy beelzebub
i tried to understand the context of mvc on which shale is built if we use ejb 3.0 as models with business logic... if i try a button a action will called. mostly an method in my backing bean. tthis prepares data for ejb and afterwards method gives back etc navigation case... so is the action

Shale 1.04 nightly builds + tile exception

2006-09-19 Thread numpsy beelzebub
i also get this exception only working with shale's mailreader example

Re: getbean method question

2006-09-19 Thread numpsy beelzebub
of the framework and ejb at same time ### are there more overlaps than: livecycle annotations - jsf 1.2 client- and serverside validators - jsf 2.0 thx 2006/9/19, Craig McClanahan <[EMAIL PROTECTED]>: On 9/18/06, numpsy beelzebub <[EMAIL PROTECTED

Re: getbean method question

2006-09-18 Thread numpsy beelzebub
sf 1.2 (i think for @PostConstruct in comparing to shale livecycle) - because you told shale is independent for all jsf ri and you will test with 1.2 which is part of java ee from 11.05.06 thx 2006/9/18, Craig McClanahan <[EMAIL PROTECTED]>: On 9/18/06, numpsy beelzebub <[EMAIL PR

Re: getbean method question

2006-09-18 Thread numpsy beelzebub
values but what else? :-) 2006/9/18, Craig McClanahan <[EMAIL PROTECTED]>: On 9/18/06, numpsy beelzebub <[EMAIL PROTECTED]> wrote: > thx, > > once more i wnat to know what are the most important / generally functions > in shale, that used in modell objects: >

Re: getbean method question

2006-09-18 Thread numpsy beelzebub
to myfaces sources? what more... stephan 2006/9/18, Craig McClanahan <[EMAIL PROTECTED]>: On 9/17/06, numpsy beelzebub <[EMAIL PROTECTED]> wrote: > > with getbean method i have the possibility to access managed beans > > where is this feature from... is se

Re: shale-tiger 1.0.3 with JSF 1.2 problem

2006-09-18 Thread numpsy beelzebub
jsf 1.2? mom shale uses the apache myfaces referenceimplementation of jsf - or? my last info ist that this is at 1.1? without the code of myfaces it should not work - it ist a add on development from jsf. mmh but in java ee 5 jsf 1.2 ist standard... 2006/9/14, William Huang <[EMAIL PROTECTE

getbean method question

2006-09-17 Thread numpsy beelzebub
with getbean method i have the possibility to access managed beans where is this feature from... is see therefore bean has to extends to AbstractViewController or AbstractApplicationController i never used jsf but was this a feature in the past... i "googled" and found a relationalship to spri

application design decision with shale and ejb 3.0

2006-09-17 Thread numpsy beelzebub
if i have shale which is built on the model-view-controller pattern, with ejb 3.0, where i have to put the business logic example... i have a cart carts will saved through requests by stateful ejb to add or remove items in cart - this can happens in ejb another example: i have a list to show sho

Re: shale session vs ejb 3.0 stateful session beans / jboss seam

2006-09-12 Thread numpsy beelzebub
ay etc... 1. i declare a stateful session bean mySessionBean mySessionBean ejb-web-project part 2. an interface with local - here the part with your @EJB code 3. access to interface in modelbeans of shale - as you told in init()-method how i can have access in clay to this away stateful ejb :-/ 2006/9/11

shale session vs ejb 3.0 statefule session beans / jboss seam

2006-09-11 Thread numpsy beelzebub
hello, i want to developed an application using shale and ejb 3.0 (within container jboss). primary i used stateless session beans for access to the entity beans - persistenz-layer is ok and how to work with it as session i will declare a managed bean with an application scope "session" and save

shale session vs ejb 3.0 stateful session beans / jboss seam

2006-09-11 Thread numpsy beelzebub
hello, i want to developed an application using shale and ejb 3.0 (within container jboss). primary i used stateless session beans for access to the entity beans - persistenz-layer is ok and how to work with it as session i will declare a managed bean with an application scope "session" and save