Netbeans plugin for Play framework

749 views
Skip to first unread message

Ehi

unread,
Aug 2, 2010, 2:26:51 PM8/2/10
to play-framework
Is there a netbeans plugin for the Play framework ?
Any one working on something like this ?

Julien Richard-Foy

unread,
Aug 2, 2010, 2:52:43 PM8/2/10
to play-framework

GrailsDeveloper

unread,
Aug 3, 2010, 10:20:50 AM8/3/10
to play-framework
You find in play-1.0.3.1\support special ide support for textmate, vi
and eclipse. So as far as I know there is no special plugin. But in
play you don't need much ide-support.
Niels

abp

unread,
Aug 3, 2010, 8:22:15 PM8/3/10
to play-framework
Sadly there is none by now, as far as i know.
If you find one, tell me ;)

Others:
I think he means a plugin like the one for eclipse that gives
autocompletion
in views and the route file, helpers for controller creation and the
like.
http://vimeo.com/8926899

Ehi

unread,
Aug 6, 2010, 11:25:25 AM8/6/10
to play-framework
Yes perhaps something even simpler which lets you create a play
project from within netbeans and some auto completion

On Aug 4, 12:22 am, abp <adr...@needful.de> wrote:
> Sadly there is none by now, as far as i know.
> If you find one, tell me ;)
>
> Others:
> I think he means apluginlike the one for eclipse that gives
> autocompletion
> in views and the route file, helpers for controller creation and the
> like.http://vimeo.com/8926899
>
> On Aug 2, 8:26 pm, Ehi <ehi.bini...@gmail.com> wrote:
>
>
>
> > Is there anetbeanspluginfor the Play framework ?

GrailsDeveloper

unread,
Aug 6, 2010, 1:13:40 PM8/6/10
to play-framework
Hi,
I started with play new and play eclipsify. And then use eclipse
without the plugin. I think it's still a productive environment. If
you really don't want to go on a console, perhaps netbeans can run the
system call for you. But I would recommend to try play without an ide-
plugin. Perhaps you can use http://www.playframework.org/modules/router,
so you don't need to edit the routes.conf.

Niels

Julien Tournay

unread,
Aug 6, 2010, 1:32:34 PM8/6/10
to play-fr...@googlegroups.com
Hi,

Maybe you could write Ant tasks that run play commands, and call them from your IDE. 
I don't know about eclipse, but it's fairly easy to do in Netbeans.

Julien

--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.




--
Real Programmers don't need comments-- the code is obvious.

Pedro Antonio Hidalgo Guzmán

unread,
Jan 14, 2015, 8:05:07 PM1/14/15
to play-fr...@googlegroups.com
That is exactly what I did. NetBeans works really well with Play. If anyone want to know how I run my play apps with netbeans please, contact me.

sachin walia

unread,
Jan 15, 2015, 10:36:15 PM1/15/15
to play-fr...@googlegroups.com
Can you explain the steps. Also which version of play are you using it with?

thanks,

Sachin Walia
Message has been deleted
Message has been deleted

Pedro Antonio Hidalgo Guzmán

unread,
Nov 4, 2015, 2:50:51 PM11/4/15
to play-framework
Some days I just released the a NetBeans Play Framework Plugin:



Regards,
PH

gustavo....@trt14.jus.br

unread,
Nov 5, 2015, 12:41:10 PM11/5/15
to play-framework
Hi Pedro

How to import an existing play project to netbeans using this plugin?

luiza...@gmail.com

unread,
Nov 5, 2015, 1:57:09 PM11/5/15
to play-fr...@googlegroups.com
Good job Pedro! I have tried this plugin and I think is quite good. I had the same problem importing an existing project, especially if it has been created with SBT. A workaround is to create a shortcut to the activator file in the project's folder. Then you can open it with Netbeans. I have tried it with Nebeans 8 and 8.1.


Luiz Fernando Alvino

2015-11-05 14:41 GMT-03:00 <gustavo....@trt14.jus.br>:
Hi Pedro

How to import an existing play project to netbeans using this plugin?

--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/e38d8c77-0231-417b-be4b-5ae2f7fe5d51%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Pedro Antonio Hidalgo Guzmán

unread,
Nov 5, 2015, 2:47:42 PM11/5/15
to play-framework
Hi Gustavo,

To Open a project in the IDE we use the Standard NetBeans way: Ctrl+Shift+O or go to File -> Open Project...


For others questions or anything feel free to contact me at jeep...@gmail.com I really like to talk with other developers!

Pedro Antonio Hidalgo Guzmán

unread,
Nov 5, 2015, 2:50:50 PM11/5/15
to play-framework
Hi Luis,

See my respond to Gustavo. But what problem are you having Opening a current Play project? note that the plugin only supports 2.3.x version and above.

Feel free to contact me at jeep...@gmail.com

gustavo....@trt14.jus.br

unread,
Nov 11, 2015, 2:10:31 PM11/11/15
to play-framework
Hi Pedro

This don't work for me.

My project have support for eclipse .eclipse folder and intelij with .idea folder however netbeans IDE don' understand my project folder like a project.

Another option for me?

Pedro Antonio Hidalgo Guzmán

unread,
Nov 15, 2015, 9:14:29 PM11/15/15
to play-framework
Hi Gustavo,

Contact me at jeep...@gmail.com to give you a better support.

Regards.

Pedro Antonio Hidalgo Guzmán

unread,
Dec 1, 2015, 9:32:08 AM12/1/15
to play-framework
Hi Gustavo, 

I just released a few changes that I think will allow your project be detected. The problem was that the plugin was recognizing a project as a play project only if it had an activator file inside the root folder. I changed that behaviour, more details below:

Version 1.0.3: Some improvements
  • The Plugin now recognizes a play project if it has a conf and app folder names in the root folder (instead of if it contains an activator file as before)
  • The project actions are now launched using the activator configured in Tools -> Options -> Miscellaenous -> Play Framework (instead of the activator script located in the app's root folder as before)
  • The plugin now will always use the same jdk to run the project actions that netbeans use

Reply all
Reply to author
Forward
0 new messages