Ulisses Silva
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
-
-
-
Ulisses Silva created a post, Completed[SOLVED] How to use groovy as script extension?
I want to do a code generator based on a table, but i can't find any tutorial or example to archieve this: Right click on "Table_Name" -> Scripted Extensions -> MyScript.groovyAny documentation? -
-
Ulisses Silva commented, -
Ulisses Silva created a post, AnsweredUpdating HTML and Resources without restarting application server (Tomcat 8, Thymeleaf 3, Sparkjava)
I used eclipse for a longe time and it allowed me to change jsp and some static files on web projects and see this changes without restarting the server.Can this be done with Intellij? I'm really t... -
-
Ulisses Silva created a post, AnsweredExtending code completion to support internal orm
As said in the tittle, i need to extend code completion to support a internal ORM. It's something like ActiveRecords. Ex.: @TableName("ONE_MODEL")public class OneModel extends BaseModel {} ...One... -
Ulisses Silva commented,