وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Mendix 10: Building & Integrating Apps With External Systems

سرفصل های دوره

Learn OQL (Object Query Language) Module, Inheritance, New PDF Generation Module, Published Rest Services & more...


1. Introduction
  • 1. What We Are Going To Build
  • 2. IMPORTANT NOTES!.html
  • 3. How To Access Project Files
  • 4. How To Install Mendix 10.1
  • 5.1 Lecture Codes.html
  • 5. How To Create Blank App

  • 2. Setting Up Project
  • 1.1 Lecture Codes.html
  • 1. Install Necessary Modules
  • 2.1 Lecture Codes.html
  • 2. Remote Object Creation With Attributes
  • 3.1 Lecture Codes.html
  • 3. BCO RemoteObject Implementation
  • 4.1 Lecture Codes.html
  • 4. Inheritance & Nested Before Commits
  • 5.1 Lecture Codes.html
  • 5. Polymorphism & Microflows

  • 3. Enabling App For Anonymous Users
  • 1.1 Lecture Codes.html
  • 1. Setting App Project Security
  • 2.1 Lecture Codes.html
  • 2. Conditional Form
  • 3.1 Lecture Codes.html
  • 3.2 Mail Regex.html
  • 3. Register Validation
  • 4.1 Lecture Codes.html
  • 4. Create Account
  • 5. Setting Up Eclipse
  • 6.1 Github User Location.html
  • 6.2 Lecture Codes.html
  • 6. Getting User Location With MaxmindDB (without REST API)
  • 7.1 Lecture Codes.html
  • 7. Implement Location Logic

  • 4. Setting Up Builder Module
  • 1.1 Lecture Codes.html
  • 1. Setup Entites - Connected Grids
  • 2.1 Lecture Codes.html
  • 2. Connected Grids CRUD Operations
  • 3.1 Lecture Codes.html
  • 3. Preparation for Data Employee Role
  • 4.1 Lecture Codes.html
  • 4. Creation of Data Employee Role
  • 5.1 Lecture Codes.html
  • 5. Is Owner Of Object
  • 6.1 Lecture Codes.html
  • 6. Cascade Delete & Order Of Before Delete Event

  • 5. Building Test Composer
  • 1. What We Are Going To Build In This Section
  • 2.1 Lecture Codes.html
  • 2. Data Creation for Connected Selectors
  • 3.1 Lecture Codes.html
  • 3. Connected Dropdowns Implementation
  • 4.1 Lecture Codes.html
  • 4. Solving Bugs - Optimize Performance for Connected Selectors
  • 5.1 Lecture Codes.html
  • 5. Implement Test & Config Builder page
  • 6. What If Custom Widgets Not Found on Market.html
  • 7.1 Lecture Codes.html
  • 7. Building Builder Component
  • 8.1 Lecture Codes.html
  • 8. Navigating Questions
  • 9.1 Lecture Codes.html
  • 9. Creating Question Form
  • 10.1 Lecture Codes.html
  • 10. Creating Preview Form
  • 11.1 Lecture Codes.html
  • 11. Improve Test Builder Form
  • 12.1 Lecture Codes.html
  • 12. Implement Save Test Function
  • 13.1 Lecture Codes.html
  • 13. Text Change Behaviour - Fixing Bugs With JS
  • 14.1 Lecture Codes.html
  • 14. My Tests Page Implementation
  • 15.1 Lecture Codes.html
  • 15. Adding Page Routes
  • 16.1 Lecture Codes.html
  • 16. Setting Entity Access Rules
  • 17.1 Lecture Codes.html
  • 17. Edit Test Logic
  • 18.1 Lecture Codes.html
  • 18. Editing Questions Directly
  • 19.1 Lecture Codes.html
  • 19. Implementation Of Delete Operations

  • 6. Building Test Solver
  • 1.1 Lecture Codes.html
  • 1. What We Are Going To Build In This Section
  • 2.1 Lecture Codes.html
  • 2. Implement Solver Module
  • 3.1 Lecture Codes.html
  • 3.2 Mendix Random Object Github.html
  • 3. Generate Solver Tests
  • 4.1 Lecture Codes.html
  • 4. Showing Solver Tests to User
  • 5.1 Lecture Codes.html
  • 5. Changing Option Selection Behaviour
  • 6.1 Lecture Codes.html
  • 6. Implementation Of Spent Time Logic
  • 7.1 Lecture Codes.html
  • 7. Implement Test Status Logic
  • 8.1 Lecture Codes.html
  • 8. Implement Review Mode
  • 9.1 Lecture Codes.html
  • 9. Implement Test Results
  • 10.1 Lecture Codes.html
  • 10. Solved Tests Page
  • 11.1 Lecture Codes.html
  • 11. Review Solver Test
  • 12.1 Lecture Codes.html
  • 12. Correct Wrong Option Colors
  • 13.1 Lecture Codes.html
  • 13. Fixing Dynamic Class Bug
  • 14.1 Lecture Codes.html
  • 14. Applying Entity Access To Solver
  • 15.1 Lecture Codes.html
  • 15. Solver Test - Lecture Association
  • 16.1 Lecture Codes.html
  • 16. Fixing Route Mistakes

  • 7. Data Generation For OQL Module
  • 1.1 Lecture Codes.html
  • 1. Generate Builder Tests
  • 2.1 Lecture Codes.html
  • 2. Generate Solver Tests with 5 users
  • 3.1 Lecture Codes.html
  • 3. Adding More Demo Users

  • 8. Deep Dive Into OQL Module
  • 1. What Is OQL (Object Query Language)
  • 2.1 Lecture Codes.html
  • 2. Writing First Query
  • 3.1 Lecture Codes.html
  • 3. Adding Utility Functions
  • 4.1 Lecture Codes.html
  • 4. Important Lecture Passing Parameter to Dataset
  • 5. Access OQL Functions Documentation.html
  • 6. OQL Playground App.html

  • 9. Published Rest Services
  • 1.1 Lecture Codes.html
  • 1. Get All Builder Tests
  • 2.1 Lecture Codes.html
  • 2. Extending Get All Builder Tests
  • 3.1 Lecture Codes.html
  • 3. Using Query Parameters with OQL
  • 4.1 Lecture Codes.html
  • 4. Using Paths as Parameters
  • 5.1 Lecture Codes.html
  • 5.2 Tests JSON.txt
  • 5. Using Request Body as Parameter
  • 6.1 Lecture Codes.html
  • 6. Username Password Authentication
  • 7.1 Lecture Codes.html
  • 7. Custom Authentication

  • 10. PDF Generation Module
  • 1.1 Lecture Codes.html
  • 1. Generate PDF Of Builder Test
  • 2.1 Lecture Codes.html
  • 2. Dynamic Test Export as PDF
  • 3.1 Lecture Codes.html
  • 3. Standardization Of PDF Export For All Tests
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 22697
    حجم: 5517 مگابایت
    مدت زمان: 774 دقیقه
    تاریخ انتشار: 9 آبان 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید