Help

IntelliJ IDEA 8 has Seam support. Cool!

14 comments:
 
10. Nov 2008, 22:56 CET | Link
Adam

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).

ReplyQuote
 
10. Nov 2008, 23:16 CET | Link
Jason Porter

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

 
10. Nov 2008, 23:19 CET | Link
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

Great, I didn't know about that...

 
10. Nov 2008, 23:40 CET | Link

Yes - it looks really nice!

If anyone find something we don't do in JBoss Tools let us know in jira ;)

 

--max

 
14. Nov 2008, 05:17 CET | Link
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 :-)

 
17. Nov 2008, 08:30 CET | Link
Tony

Make it work with MyEclipse (notably their new beta for next release built on ganymede)!

 
17. Nov 2008, 23:31 CET | Link
Jason Porter
joshua wrote on Nov 13, 2008 23:17:
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.

 
19. Nov 2008, 00:50 CET | Link
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.

 

--max

 
22. Nov 2008, 20:22 CET | Link

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

 
25. Nov 2008, 02:05 CET | Link
Jason Porter
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.

 
09. Dec 2008, 04:33 CET | Link
Dan Hayes

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.

Thanks. Dan

 
13. Dec 2008, 19:29 CET | Link
vanyatka
Anyone else have this problem?

Yes. Apparently you need to add richfaces-ui.jar to the list of project jars.

 
13. Dec 2008, 19:33 CET | Link
vanyatka
It seems that Intellij IDEA's support for Seam is amazing

I really like live Facelets preview feature in Eclipse. Does Intellij also have that?

 
19. Dec 2008, 00:24 CET | Link
Julian

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

Post Comment