Παρουσίαση με Ετικέτες

Λυπούμαστε, αλλά υπάρχουν άλλα διαθέσιμες Ετικέτες για να φιλτράρετε με αυτές.
Module decoupling from core functionality
19 Αυγούστου 12 05:34 μμ | tolisss | 0 σχόλια   

In order to use an Xpand module up to now we were forced to derive from XpandWinApplication or XpandWebApplication and then register the module using the toolbox. Along with the module functionality however core modules were activated (eg. controllers, updaters, model extensions). These steps are well described in How to use an eXpand module with an existing XAF application.

The process however is not optimal. Many of you already suggested to provide a more flexible and decoupled way. Even if core modules have a huge amount of useful functionality it should be possible to avoid activating them and use only the module that we are interested in.

Good news! From version 12.1.6.5 this is possible and for almost all the modules we do not need to derive from Xpand’s XafApplications. All modules are able to operate without the core however the references back to the core remain. This allows the modules to use the API they need.

There are a few special cases which I will describe them in this forum thread.

P.S.: Those of you that want to learn eXpand news, consider subscribing to the News Forum Category. To get notified about new releases you can follow us on twitter http://twitter.com/eXpandFramework. To watch our daily commits you may subscribe to this github history.


Δημοσίευση στην κατηγορία:
April news
22 Μαΐου 12 05:38 μμ | tolisss | 0 σχόλια   

April was devoted to improving our continuous integration process. I am happy to announce that eXpand now has a dedicated build server. Many of you already notice its availability in our main download page, the rest are welcome to explore it and get access to all our builds and tests! Teamcity is a great integration platform and for sure will make our dev life easier. Please do not forget to say a big thanks to Dima Janzen since he is our CI guru!

image

image

Latest Collaborations

  1. Import wizard
    It is now fully localized! (Big thanks one more time to Martynas Dauciunas)
  2. Master Detail
    Controls Disappearing (see http://goo.gl/M9s2g)
  3. Modifications in logic module
    To avoid exceptions when view is dashboard (see http://goo.gl/dL8kZ)
  4. Modification in core web module
    GridViewOptionsModelSynchroniz​er incorrectly clears the grid's StatusBar template (see http://goo.gl/eev8H)

As always big thanks for raising your questions and reporting bugs!


Δημοσίευση στην κατηγορία:
March news
10 Απριλίου 12 07:54 πμ | tolisss | 0 σχόλια   

For March we addressed many bugs and  added new stuff taken from your cases. Thank you for participating in our forums!

Latest collaborations

  1. Option to reload Sequence objects after objectspace commit
    Useful in MiddleTier, when server modifies an object. You can enable this attribute via Model/Opetions node see (http://goo.gl/Mvt5Y)
  2. Wizard module (by noxe) ,now has its own place in Xpand’s FeatureCenter. See it in action under DetailViewControls navigation menu. In addition it is possible to show a wizard detail view directly from the navigation menu. Finally there is special support for FocusDefaultDetailViewItemController
  3. Upgrade to 11.2.10
  4. Logic modules
    Renter bug big thanks to noxe (see http://goo.gl/7f5aW). It is now possible to execute rules when an Action is executed (see http://goo.gl/g2CFT).
  5. Design time errors 
    BaseimPle Copy local=true exceptions have been minimized now. Each module loads its own objects thus minimizing the references you need from your application project
  6. VS New project Item templates and installer
    Martynas and Dima worked on this a lot making sure installer and templates are in a very good shape!
  7. Added generic box implementation as posted in DX forums (see http://goo.gl/Gj9LD big thanks to Alain Bismark )
  8. ModelDifference
    Better support for compile error exceptions (see http://goo.gl/NRxll)
  9. IO
    Add missing reference to ModelArtifact state module.
  10. Add commented connection strings for standard authentication with SqlServer (see http://goo.gl/5IS4Z)
  11. Obsolete SqlDbMapper module
  12. DBMapper
    Support for timestamp database column type for MySql,MsSql,Oracle). In addition MutidataStoreProxy class has one more advantage now, it can operate against legacy databases. Thus DBmapper and WorldCreator can take advantage of this. A new IsLegacy attribute added in PersistentClassInfo to make it possible. Note for the legacy databases inheritance is not supported.
  13. ImportWiz.Win
    Martynas worked on various bugs and localization issues.
  14. Addins
    Used a modified version of format document on save taken from http://goo.gl/0HCiQ


Δημοσίευση στην κατηγορία:
December news
30 Ιανουαρίου 12 03:18 μμ | tolisss | 0 σχόλια   

Although a bit outdated its better to publish it now than never. Your eXpand collaborations never stop, so it’s a shame to keep them secret from the rest of the community.

Latest Collaborations

  1. Logic modules(AdditionalViewControlsProvider, MasterDetail, ConditionalDetailViews, ModelArtifact) as well as ModelDifference, PivotChart were migrated to the new XAF security system. The new custom permissions are located under the Security.Improved namespace in each module.
  2. Out of the box support for support for CachedDataStoreService (see also http://goo.gl/BtYxw)
  3. Minor bugs in MasterDetail, PivotChart, ExceptionHandling
  4. An eXpand based version of SecurityDemo solution added to our sources.
  5. AdditionalViewsControls now have better support for custom controls (see also http://goo.gl/SyvOz)
  6. eXpand has build in support for Sequence objects and we make it possible to to use a custom one.
  7. In addition to the big list of runtime member types we added a new custom member type, which allows to specify an callback which is called in the getter of the member (Thanks to Martin Praxmarer)
  8. MasterDetail now supports validation of child list view objects (Thanks to Martin Praxmarer)

Thank you all for your contributions! Lets work closer together in 2012 and give even more value to our beloved frameworks!


Δημοσίευση στην κατηγορία:
January news
30 Ιανουαρίου 12 03:08 μμ | tolisss | 0 σχόλια   

Friends asking me what are you doing man? I usually answer back: busy busy busy. They usually respond with a phrase like: Busy is good it means that you are doing great!

Latest Collaborations

  1. Our MSI package now installs VS New Project Item templates and sources. (Thanks to Dima Janzen!)
  2. Several bugs due to improved Security system support
  3. SqlDBmapper now support different database schemas (see also http://goo.gl/qSj4B)
  4. DomainComponent support for Logic Modules
  5. Bugs in the core modules (LinqCollectionSource,ChooseFromListCollectionEditor) (http://goo.gl/dqMRG, http://goo.gl/q2SFE)
  6. Middle Tier support for our new custom permissions for the improved security system (http://goo.gl/k9Gh1)
  7. New module release: DBMapper  has the same functionality as SqlDbMapper however is based on the powerful XPO. Thus this module is capable of transforming into WorldCreator persistent classes the following list of databases: Access, Advantage, Adaptive Server Anywhere, Ase, DB2, FireBird, FireBirdSql, SqlServerCe, SqlServer, ODP,
    Oracle, PersasizeSql, PostgreSql, SQLite, VistaDB


Δημοσίευση στην κατηγορία:

Search

Go

Το Ιστολόγιο

Ιστορικό Δημοσιεύσεων

Συνδρομές