MSS Code Factory 1.0.6-20080427 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MSS Code Factory 1.0.6-20080427 (Default branch)
# 1  
Old 04-28-2008
MSS Code Factory 1.0.6-20080427 (Default branch)

The MSS Code Factory is a highly configurable code manufacturing tool which takes an XML data model and applies XML rule cartridges to transform it into application code. Currently, the target is XDoclet2/Hibernate3 with support for Oracle, PostgreSQL, MS SQL Server Express, MySQL, Sybase, and DB/2 UDB database creation scripts. License: GNU General Public License v3 Changes:
This release adds modelling support for BusinessIndexDef, which will be used in XDoclet2/Hibernate3 generation to support Sets in 1:many relationships instead of Lists.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

T4-2 - Memory DIMM issue - ldom config resets to factory-default

Which basically means the ldoms that were on there are not starting (not even showing). If I do ldm list-config it shows live config as next reboot. But, of course, next reboot it reverts back to factory default again. I must admit I'm wondering if its doing this becasue (with the... (3 Replies)
Discussion started by: psychocandy
3 Replies

2. IP Networking

TCP MSS Issue

Gretings! I have developed simple utility using Berkly sockets interface: So, what do I? $ ifconfig lo mtu 1500 $ make //run netcat $ ./target 127.0.0.1 5555 1460 1000000 #mss: 1460, loop sleep: 1s On other virtual terminal: $ netcat -l 127.0.0.1 -p 5555 On third virtual terminal: #... (1 Reply)
Discussion started by: denis4inet
1 Replies

3. Programming

C++ abstract (singleton) factory implementation...

I want to create an abstract factory template which will allow me to pass in an "ID" for a subclass and return the singleton instance of that class stored in the factory. It'd be easy to adapt for "multi-ton", but for its present use this isn't necessary. The requirements are: - I don't want... (2 Replies)
Discussion started by: DreamWarrior
2 Replies

4. Programming

How to set the MSS programatically.

I'm sending a SYN packet and now I want to specify the MSS (The maximum segment size option in a TCP packet ) through it. How can I do that? Also, I'm not getting a SYN-ACK back from the remote host. TCPDUMP tells me that my packet is good and is a SYN. Then, why don't I get back the SYN-ACK? I... (0 Replies)
Discussion started by: zampya
0 Replies
Login or Register to Ask a Question
cosProperty(3erl)					     Erlang Module Definition						 cosProperty(3erl)

NAME
cosProperty - The main module of the cosProperty application DESCRIPTION
To get access to the record definitions for the structures use: -include_lib("cosProperty/include/*.hrl"). This module contains the functions for starting and stopping the application. EXPORTS
install() -> Return Types Return = ok | {'EXIT', Reason} This operation installs the cosProperty application in the IFR. install_db() -> Return Types Return = ok | {'EXIT', Reason} This operation installs data in mnesia necessary for running the cosProperty application. uninstall() -> Return Types Return = ok | {'EXIT', Reason} This operation removes all data in the IFR related to the cosProperty application. uninstall_db() -> Return Types Return = ok | {'EXIT', Reason} This operation removes all data from mnesia related to the cosProperty application. start() -> Return Types Return = ok | {error, Reason} This operation starts the cosProperty application. start_SetDefFactory() -> Return Types Return = Factory | {'EXCEPTION', E} Factory = CosPropertyService::PropertySetDefFactory reference. This operation starts a PropertySetDef Factory. start_SetFactory() -> Return Types Return = Factory | {'EXCEPTION', E} Factory = CosPropertyService::PropertySetDefFactory reference. This operation starts a PropertySet Factory. stop_SetDefFactory(Factory) -> Return Types Factory = CosPropertyService::PropertySetDefFactory reference. Return = ok | {'EXCEPTION', E} This operation stops the supplied PropertySetDef Factory. stop_SetFactory(Factory) -> Return Types Factory = CosPropertyService::PropertySetFactory reference. Return = ok | {'EXCEPTION', E} This operation stops the supplied PropertySet Factory. stop() -> Return Types Return = ok | {error, Reason} This operation stops the cosProperty application. Ericsson AB cosProperty 1.1.13 cosProperty(3erl)