Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tigerstripe-dev] Integrating Texo into Tigerstripe.

Hi Sitaraman,

The class file you are showing in the screenshot is not the generated
code. This is the internal format that Tigerstripe uses to persist the
model. Tigerstripe stores the model as Java classes using annotations to
store model information. Any generated artefacts will be generated to the
target folder of the model project.

Thanks
Duncan

On 10/12/2012 07:37, "sitaraman@xxxxxxxxxxxxxx" <sitaraman@xxxxxxxxxxxxxx>
wrote:

>Hi Duncan, Thanks for the pointers.
> Using the tutorials i created a Tigerstripe project and wrote the plugin.
> When i generated the code from the plugin i ended up with a java file
>that for some reason is not color coded by Eclipse and says "int is not
>spelled correctly" as attached.
> What am i missing?
> Thanks  for the help.
>Sitaraman
>> Hi Sitaraman
>>
>> You can first try to follow the tutorials here on modelling in TS and
>>code
>> generation:
>>
>> http://wiki.eclipse.org/Tigerstripe_Tutorials
>>
>> Also you can download sample generators anonymously from Tigerstripe
>> Eclipse Git repository here:
>>
>> http://git.eclipse.org/gitroot/tigerstripe/org.eclipse.tigerstripe.git
>>
>>
>> Under generators
>>
>> Thanks
>> Duncan
>>
>>
>> On 07/12/2012 10:34, "sitaraman@xxxxxxxxxxxxxx"
>><sitaraman@xxxxxxxxxxxxxx>
>> wrote:
>>
>>>Hi Duncan,
>>> Thanks for the response.
>>> It is likely the second one. I am looking to integrate the JPA
>>> annotation
>>>capability of Texo into the Tigerstripe code generation...
>>>Sitaraman
>>>
>>>> Hi Sitaraman,
>>>>
>>>> I'm not sure I follow what the request is. So, are you asking how to
>>>> integrate Texo into Tigerstripe in order to change the implementation
>>>> of
>>>> Tigerstripe's persistence to the file system?
>>>>
>>>> Or are you asking how to write a Tigerstripe generator that could
>>>>generate
>>>> some persistence related implementation artefacts that could be used
>>>>with
>>>> Texo?
>>>>
>>>>
>>>> Thanks
>>>> Duncan
>>>>
>>>> On 07/12/2012 09:26, "sitaraman@xxxxxxxxxxxxxx"
>>>><sitaraman@xxxxxxxxxxxxxx>
>>>> wrote:
>>>>
>>>>>Hi,
>>>>> In context of supporting Persistancy, would much appreciate help or
>>>>>pointers on integrating Texo into Tigerstrpe...
>>>>> Thanks
>>>>>Sitaraman
>>>>>
>>>>>
>>>>>--
>>>>>This message has been scanned for viruses and
>>>>>dangerous content by MailScanner, and is
>>>>>believed to be clean.
>>>>>
>>>>>_______________________________________________
>>>>>tigerstripe-dev mailing list
>>>>>tigerstripe-dev@xxxxxxxxxxx
>>>>>https://dev.eclipse.org/mailman/listinfo/tigerstripe-dev
>>>>
>>>> _______________________________________________
>>>> tigerstripe-dev mailing list
>>>> tigerstripe-dev@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/tigerstripe-dev
>>>>
>>>> --
>>>> This message has been scanned for viruses and
>>>> dangerous content by MailScanner, and is
>>>> believed to be clean.
>>>>
>>>
>>>
>>>
>>>--
>>>This message has been scanned for viruses and
>>>dangerous content by MailScanner, and is
>>>believed to be clean.
>>>
>>>_______________________________________________
>>>tigerstripe-dev mailing list
>>>tigerstripe-dev@xxxxxxxxxxx
>>>https://dev.eclipse.org/mailman/listinfo/tigerstripe-dev
>>
>> _______________________________________________
>> tigerstripe-dev mailing list
>> tigerstripe-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/tigerstripe-dev
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>
>-- 
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>



Back to the top