I\'m trying to use m2eclipse api to import projects by archetype. my code is here: RemoteCatalogFactory remoteCatalogFactory = new RemoteCatalogFactory(\"http:/server1/archetype-catalog.xml\", null,
i generally needs that kindof project.But most maven archetypes generating extrafiles,jars ... .How can i create simple template of that kind of projects .
We had a whole collection of Plone 3 sites with a custom Image type subclassed from ATImage. This allowed us to add an extra image scaling to the
In an archetype, I use a BlobField : from plone.app.blob.field import BlobField BlobField( 开发者_JAVA百科name=\'gpx_total\',
I\'m building a new project using Seam 3. I don\'t understand what the 开发者_StackOverflow社区difference is between Weld archetype and Seam Forge. Both of them help us to build a simple project templ
My custom archetypes content types need autocomplete widget, but I do not ye开发者_运维技巧t find Plone 4 compatible product on this. Any suggestion? Or, if I have to upgrade those old widget products
I am trying to get a basic Seam 3 webapplication to work and use the jboss-javaee6-webapp to achieve this goal. Using the manual at http://seamframework.org/Documentation/CDIQuickstartForMavenUsers.
hey everyone, I have generated mono module maven project from a generated one by following that link : http://maven.apache.org/guides/mini/guide-creating-archetypes.html
In a recent question, toutpt said: Dexterity needs Plone4.1 to play well with archetypes content and have all
I have created a custom content-type (Resume) and I wish to provide a custom \'edit\' view. My use-case is very simple, I simply want to show an HTML \"disclaimer\" box before the edit form.