Skip to content
#

ioc-container

Here are 306 public repositories matching this topic...

vitorhugomagalhaes
vitorhugomagalhaes commented May 29, 2017

Hi,

I've tried to use the new 4.0.2 release but there were some API changes that I cannot understand. Some of them cause the app to crash.

Here goes a list of issues:

TyphoonAssemblyActivator was deprecated.

Some of our assemblies are not listed in the plist file and thus, we have the following code to manually activate them.

@interface FactoryAssembly : TyphoonAssembly

rmk135
rmk135 commented Oct 8, 2019

Idea of this issue is to create an example on how to use Dependency Injector with Orator ORM.

Originally, this question was brought in #230.

Acceptance criteria:

  • There is an example mini application showing how to use Dependency Injector and Orator ORM
  • Mini application demonstrates benefits of using Dependency Injector and Orator ORM
  • Description of that mini applicatio
kevinyan815
kevinyan815 commented Jun 2, 2018

关于接下来要写什么:

你们在这个时间点看到的文章已经把Laravel的Database部分都讲完了,接下来的计划是:

事件系统、用户认证系统、异常处理、Session以及Laravel应用请求整个生命周期的总结,当然我也想把
Composer原理和Laravel中用到的设计模式说一下以便更好的理解。时间来到了6月,希望能在18年把Laravel这些核心相关的东西大体梳理完,把年初挖的这个坑填上。

关于问题反馈和交流:
我在写这些文章时都会尽量严谨防止由于自己的失误误导大家,有的部分源码过多也就难免会有贴上了大块源码的地方,如果有看不懂的也欢迎针对话题新开issue来讨论。

gracicot
gracicot commented Dec 13, 2017

Service error are the facility that output an error message when a service definition is not well formed, or it's usage with the container is invalid. Each time new checks are added and each time there's a new feature, we get regressions in the quality of error messages.

We should add tests that checks if the right error is outputted for particular case. It wil prevent regressions in the futur

这是一个支持分布式和集群的java游戏服务器框架,可用于开发棋牌、回合制等游戏。基于netty实现高性能通讯,支持tcp、http、websocket等协议。支持消息加解密、攻击拦截、黑白名单机制。封装了redis缓存、mysql数据库的连接与使用。轻量级,便于上手。

  • Updated May 20, 2020
  • Java
SuperJMN
SuperJMN commented Oct 19, 2019

For example:

How is TypesThat used?
How do we correctly use ExportAssembly

More samples regarding fluent API usage.

For example, I did this:

To register all the Tools in a given assembly as Tool, so an injection like IEnumerable<Tool> works I did:

registrationBlock.Export(toolType.Assembly.ExportedTypes
        .Where(TypesThat.AreBasedOn<Tool>())
        .Where
heiglandreas
heiglandreas commented Apr 1, 2018

As disco is already hosted on github, wouldn't it be a great idea to serve the disco-documentation (that is currently only available via a local server) via github pages?

AFAIK that would require enabling the github-pages for the repo and setting the source to the docs-folder. Everything else should then work out from scratch. Probably linking the different pages needs to be taken care of.

Improve this page

Add a description, image, and links to the ioc-container topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ioc-container topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.