Le 13 mai 2012 à 19:10, Thomas Mortagne a écrit :
Also will compare development with IDEAJ vs eclipse ADT. I ll familirize myself with XWiki REST model and earlier Android Client work this week.
Ok cool. Note that I'm using Eclipse myself so I would not help you much for IntelliJ. ADT was pretty nice from what I remember (and this was last year, did not have much time to play with Android since then).
Sasindra, I use and love IntelliJ IDEA, feel free to ask (on list!). My most trustable practice is to keep importing "from external model (maven)". Also, in syntax 1.0, I often add the following comments near to the top: #* @vtlvariable name="xwiki" type="com.xpn.xwiki.api.XWiki" *# ## #* @vtlvariable name="request" type="javax.servlet.http.HttpServletRequest" *# ## #* @vtlvariable name="response" type="javax.servlet.http.HttpServletResponse" *# ## #* @vtlvariable name="msg" type="com.xpn.xwiki.web.XWikiMessageTool" *# ## #* @vtlvariable name="doc" type="com.xpn.xwiki.api.Document" *# #* @vtlvariable name="util" type="com.xpn.xwiki.api.Util" *# ## #* @vtlvariable name="escapetool" type="org.apache.velocity.tools.generic.EscapeTool" *# ## this allows me to have auto-completion on the method names. I am pretty sure this can work for the new syntax as well. paul