I've been using it for a couple of days now; it is pretty cool, as the post pointed out. Autocomplete and jump to source in Facelets pages is really damn cool, as is the sanity checking of annotation use. (Trivial example, putting a Scope annotation on something that is a non-seam component, or trying to inject a logger into one, will get the red flag).
Dan and I are working on getting seam-gen to kick out a fully functional, hit-the-road-running IntelliJ project to take advantage of this as well. I blogged about it a few weeks ago: http://lightguard-jp.blogspot.com/2008/10/seam-generates-idea-intellij-project.html
Jason Porter wrote on Nov 10, 2008 17:16:
Dan and I are working on getting seam-gen to kick out a fully functional, hit-the-road-running IntelliJ project to take advantage of this as well. I blogged about it a few weeks ago: http://lightguard-jp.blogspot.com/2008/10/seam-generates-idea-intellij-project.html
Jason Porter wrote on Nov 10, 2008 17:16:
Dan and I are working on getting seam-gen to kick out a fully functional, hit-the-road-running IntelliJ project to take advantage of this as well. I blogged about it a few weeks ago: http://lightguard-jp.blogspot.com/2008/10/seam-generates-idea-intellij-project.html
It would be great if it is available on the next seam distribution :-)
Jason Porter wrote on Nov 10, 2008 17:16:
Dan and I are working on getting seam-gen to kick out a fully functional, hit-the-road-running IntelliJ project to take advantage of this as well. I blogged about it a few weeks ago: http://lightguard-jp.blogspot.com/2008/10/seam-generates-idea-intellij-project.html
It would be great if it is available on the next seam distribution :-)
It's been in trunk for a few weeks now, check it out and let us know if you have problems.
Make it work with MyEclipse (notably their new beta for next release built on ganymede)!
Does IntelliJ's Seam support work in MyEclipse ? :)
Joking aside, I would not know where to start integrating with MyEclise since their stuff is closed source and not available to me.
If you got access to MyEclipse you are more than welcome to submit patches to our jira and we will integrate the fixes if it is compatible with Eclipse Ganymede.
Hello guys,
It seems that Intellij IDEA's support for Seam is amazing. Most of things are working on my side, but I'm encountering problems with the hot-redeployment of action components. I don't know how to configure my project to compile and copy classes from src/hot into WEB-INF/dev. Does anyone can help me to solve this ?
mgenov wrote on Nov 22, 2008 14:22:
Hello guys,
It seems that Intellij IDEA's support for Seam is amazing. Most of things are working on my side, but I'm encountering problems with the hot-redeployment of action components. I don't know how to configure my project to compile and copy classes from src/hot into WEB-INF/dev. Does anyone can help me to solve this ?
Thanks in advance
I've been thinking about this for a couple of days. I'll look into the IntelliJ project files and see if there's anything we can do.
I just tried creating an seam ear project using the generator in 2.1.1 release candidate. I then opened the project in Intellij 8. It does appear to work nicely. I only had to adjust the java version and ponder the server configuration a bit. For example, I had to define the exploded archive directory in the ear module so that my JBoss Server configuration would have something to deploy.
The one thing I DID get stuck on was the schema validation for RichFaces/Ajax4Jsf. IntelliJ couldn't find a schema with the URI in the library files and I couldn't track down an xsd ANYWHERE in order to set it up manually. I googled and googled until I couldn't google any more :-)
Anyone else have this problem? I don't like seeing red all over my xml files or doing without the code assist in XML files.
1) unzip richfaces-ui.jar
2) find richfaces.tld
3) select the http://richfaces.org/rich
4) alt + enter
5) manual config
6) point http://richfaces.org/rich to richfaces.tld
I've been using it for a couple of days now; it is pretty cool, as the post pointed out. Autocomplete and jump to source in Facelets pages is really damn cool, as is the sanity checking of annotation use. (Trivial example, putting a Scope annotation on something that is a non-seam component, or trying to inject a logger into one, will get the red flag).
Dan and I are working on getting seam-gen to kick out a fully functional, hit-the-road-running IntelliJ project to take advantage of this as well. I blogged about it a few weeks ago: http://lightguard-jp.blogspot.com/2008/10/seam-generates-idea-intellij-project.html
Great, I didn't know about that...
Yes - it looks really nice!
If anyone find something we don't do in JBoss Tools let us know in jira ;)
--max
It would be great if it is available on the next seam distribution :-)
Make it work with MyEclipse (notably their new beta for next release built on ganymede)!
It's been in trunk for a few weeks now, check it out and let us know if you have problems.
Does IntelliJ's Seam support work in MyEclipse ? :)
Joking aside, I would not know where to start integrating with MyEclise since their stuff is closed source and not available to me.
If you got access to MyEclipse you are more than welcome to submit patches to our jira and we will integrate the fixes if it is compatible with Eclipse Ganymede.
--max
Hello guys,
It seems that Intellij IDEA's support for Seam is amazing. Most of things are working on my side, but I'm encountering problems with the hot-redeployment of action components. I don't know how to configure my project to compile and copy classes from src/hot into WEB-INF/dev. Does anyone can help me to solve this ?
Thanks in advance
I've been thinking about this for a couple of days. I'll look into the IntelliJ project files and see if there's anything we can do.
I just tried creating an seam ear project using the generator in 2.1.1 release candidate. I then opened the project in Intellij 8. It does appear to work nicely. I only had to adjust the java version and ponder the server configuration a bit. For example, I had to define the exploded archive directory in the ear module so that my JBoss Server configuration would have something to .
The one thing I DID get stuck on was the schema validation for RichFaces/Ajax4Jsf. IntelliJ couldn't find a schema with the URI in the library files and I couldn't track down an xsd ANYWHERE in order to set it up manually. I googled and googled until I couldn't google any more :-)
Anyone else have this problem? I don't like seeing red all over my xml files or doing without the code assist in XML files.
Thanks. Dan
Yes. Apparently you need to add richfaces-ui.jar to the list of project jars.
I really like live Facelets preview feature in Eclipse. Does Intellij also have that?
I'm quite new, hope following steps can help you
1) unzip richfaces-ui.jar 2) find richfaces.tld 3) select the http://richfaces.org/rich 4) alt + enter 5) manual config 6) point http://richfaces.org/rich to richfaces.tld