Expand my Community achievements bar.

busitech
busitech
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have been able to locate the updated plugin:Application Modeler plug-in 3.1.1 download

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Please reply here when the download is available.  It is peculiar that one would be released without the other...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I just noticed a property of AbstractAssembler which willhelp with this significantly - the destionationId is populated oneach call to the Assembler, which is great!

    Type

    Questions

    Views

    281

    Likes

    0

    Replies

    0
  • We use a common base class to handle most Assembler functionswithout writing a separate DAO class for each destination. The onlytrouble we have in this design is using the API functions inAbstractAssembler which give no reference whatsoever to the Classof object to act on. One such function is getIt...

    Type

    Questions

    Views

    535

    Likes

    0

    Replies

    1
  • I spent considerable time last year documenting this conceptfor the people at Hibernate, in an attempt to show them clearly howthe library needs enhancement to accomodate this scenario, andvolunteered to develop the patch. They refused to accept thechanges at the highest levels of the team.I think y...

    Type

    Questions

    Views

    429

    Likes

    0

    Replies

    0
  • Our Java naturally classes contain properties which arerelationships to other classes - either one to many or many to one.Due to the fact that these relationships are so intertwined, manygiven objects end up referencing a large portion of the database ifone were to recursively follow all of the nest...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    3
  • Even with one-level bidirectional associations, FDS evenuallyloops forever when enough records are in the database, and neverresponds to the fill request. I have had to remove all of mymany-to-one entries from metadata when they point back to theowning entity in order to keep working on my applicati...

    Type

    Questions

    Views

    346

    Likes

    0

    Replies

    0
  • The final aspects of the associated data set is filtering andsortation (client defined but server performed). I see support within the Flash AS component library for theseconcepts but they are problems that really need to be solved on theserver side. Client side sorting and filtering only really wor...

    Type

    Questions

    Views

    495

    Likes

    0

    Replies

    0
  • Thank you very much for the information. We deal with many tables with thousands, tens or evenhundreds of thousands of records in which case means returning allof the results is not possible, even back to FDS in response to afill request - let alone to a client over the network. How does theDAO laye...

    Type

    Questions

    Views

    496

    Likes

    0

    Replies

    0
  • The following NullPointerException happens when I configuredestinations with bidirectional one-many associations more than onelevel deep. Example: Company, one-to-many Vendors, one-to-many ItemsItems, many-to-one VendorThe recursive subscription mechanism gets stuck in the Vendorassociation of Item ...

    Type

    Questions

    Views

    766

    Likes

    0

    Replies

    2
Top badges earned by busitech
Customize the badges you want to showcase on your profile