Questions tagged [seam-gen]

10 questions
2
votes
1 answer

Seam page actions and conversation

I have created my application using seam-gen. Seam-gen has created all the crud operations & forms for all my objects. They all inherit from seam's EntityHome. I have this requirement that I need to create from an object A another object B (A has a…
maria_k
  • 457
  • 1
  • 5
  • 13
1
vote
0 answers

Configure JRebel with Seam 2.2.0.GA (seam-gen project)

I've been trying to configure JRebel 4.5 to work with a project generated by seam-gen. My JBoss server 5.1 is already configured (I can see the JRebel greeting when starting the server, JRebel Agent is enabled), automatic publishing is disabled. I…
jpangamarca
  • 713
  • 2
  • 13
  • 33
1
vote
0 answers

Parameter meaning in JBoss seam

I am relatively new to seam application framework. I used seam-gen to generate entity and view files (*.xhtml, *.page.xml) and observed a few things. {viewId}List.page.xml file has something like . What does this mean? I see…
Newbie
  • 2,979
  • 9
  • 34
  • 41
1
vote
1 answer

Spring Development Like Seam-Gen

Do Spring MVC has project auto creater same as Seam-Gen?
umert
  • 138
  • 1
  • 6
0
votes
1 answer

what is different between @In(injected) and @Out(outjected) in SEAM

I read in many book but still i did't understand what is the main difference between @In(injected) and @Out(outjected), i am only aware with @In(injected) , i don't know where to use @Out(outjected) so please explain me with an example.
Jimit Tank
  • 1,479
  • 5
  • 19
  • 25
0
votes
2 answers

seam-gen gives names like clientClientId and facilityFacilityId is there a reason for this madness?

I get a lot of redundant variable names from seamGen (clientClientId and facilityFacilityId) and I often change them manually to eliminate confusion. Is Seam doing something special (AOP related magic) with these names? Is there a way to prevent…
mcgyver5
  • 1,153
  • 2
  • 15
  • 29
0
votes
1 answer

Seam Framework - seam-generator filled with bugs

I really like seam-generator when is doing it's job well. I think it's a wonderful thing and spare you of a lot of work and problems.But the thing is that it is filled with bugs. Now I'm generating a project, do some reverse engineering, my CRUD…
spauny
  • 4,976
  • 9
  • 44
  • 61
0
votes
2 answers

Configuring Seam components with seam.properties

I'm working on a seam project which is generated by seam-gen. It runs on JBoss 5.1.0 GA. In this project I developed a seam component and a seam.properties file like follows: @Name("myBean") @Scope(ScopeType.APPLICATION) @Startup public class MyBean…
ovunccetin
  • 8,443
  • 5
  • 42
  • 53
0
votes
1 answer

How to control package structure with seam-gen

I've been adding to an existing application by generating with seam-gen and adjusting from there. One problem I keep having is that I have to spend a great deal of time editing the xhtml files to reflect package structure. for example, seam-gen…
mcgyver5
  • 1,153
  • 2
  • 15
  • 29
0
votes
1 answer

Seam - Entity Query - dynamic restrictions

I have an EntityQuery - addressList generated by Seam-gen for Entity Address. Lets say that address has following fields : streetName and city, so Seam-gen generate restrictions for them. I would like to extend my EntityQuery with a following…
androdevo
  • 752
  • 1
  • 8
  • 17