• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
JavaEOGenerator: alphabetical sorting?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

JavaEOGenerator: alphabetical sorting?


  • Subject: JavaEOGenerator: alphabetical sorting?
  • From: Alexander Spohr <email@hidden>
  • Date: Wed, 2 Jan 2008 16:46:19 +0100

Hi List!

is JavaEOGenerator capable of sorting arrays alphabetical?

I (used to) generate methods with attribute-names as args.
EOGenerator knew about <$foreach Attribute classAttributes.@sortedNameArray do$>
How can I do this with JavaEOGenerator?



It is quite unsatisfying to change your call to a method after every new generation because the order of the arguments did change like this:


public SomeClass someMethod(Integer arg1, OtherClass arg2, String arg3, String arg4)
to
public SomeClass someMethod(OtherClass arg2, Integer arg1, String arg3, String arg4)


And now think about this:
public SomeClass someMethod(Integer arg1, OtherClass arg2, String arg3, String arg4)
to
public SomeClass someMethod(OtherClass arg2, Integer arg1, String arg4, String arg3)


Is this going to change?

	atze



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: JavaEOGenerator: alphabetical sorting?
      • From: Art Isbell <email@hidden>
    • Re: JavaEOGenerator: alphabetical sorting?
      • From: Charles Koppelman <email@hidden>
  • Prev by Date: [Announce] Training Survey
  • Next by Date: Re: JavaEOGenerator: alphabetical sorting?
  • Previous by thread: [Reminder] Training Survey
  • Next by thread: Re: JavaEOGenerator: alphabetical sorting?
  • Index(es):
    • Date
    • Thread