while you could crack open rt.jar and slide your custom implementation or new package into it, that would technically violate the license you agreed to when you downloaded the jdk.
authorization and authentication are fundamental mechanisms in an application, and discarding both for a custom implementation strikes us as a risky choice.
在应用程序中,授权和身份验证是基础机制,对于自定义实现,丢弃二者是冒险的选择。
any custom implementation must consider these behaviors.
任何自定义的实现都必须考虑这些行为。
any custom implementation can be plugged in by modifying this file as long as the xmlbindingservice interface is implemented.
通过修改此文件实现的任何自定义实现都可以接入,只要实现了xmlbindingservice接口。
the interface extension feature of xmlbeans allows you to add methods with custom implementation for the generated pojos.
xmlbeans的接口扩展特性允许在生成的pojo 中添加具有定制实现的方法。
because most organizations and projects require a custom implementation process, process tailoring is routine.
由于大多数公司和项目都要求一种定制的实现过程,于是过程裁剪就成为了常规。
if asdl is not descriptive enough to completely describe data and metadata mappings, a developer may provide a custom implementation as illustrated in figure 5.
如果asdl不足以完全地描述数据和元数据的映射,开发者可以提供自定义的实现,见图5。
to read the db2 trace files, you only need to provide the custom implementation that reads the trace file format, not the xmi format.
要读取db2跟蹤文件,您只需要提供用于读取跟蹤文件格式(而不是xml格式)的自定义实现。
in the custom implementation class, we call the default implementation getuser and login to get the appropriate set of user principals.