jar

com.canoo.dolphin-platform : dolphin-platform-remoting-common

Maven & Gradle

Mar 23, 2018
5 usages
75 stars

dolphin-platform-remoting-common · The Dolphin Platform is a framework that implements the presentation model pattern and provides amodern way to create enterprise applications. The Platform provides several client implementations that all canbe used in combination with a general sever API.

Table Of Contents

Latest Version

Download com.canoo.dolphin-platform : dolphin-platform-remoting-common JAR file - Latest Versions:

All Versions

Download com.canoo.dolphin-platform : dolphin-platform-remoting-common JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.19.x
0.18.x
0.17.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dolphin-platform-remoting-common-1.0.0.CR5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.canoo.platform.remoting

├─ com.canoo.platform.remoting.BeanManager.class - [JAR]

├─ com.canoo.platform.remoting.DolphinRemotingException.class - [JAR]

├─ com.canoo.platform.remoting.ListChangeEvent.class - [JAR]

├─ com.canoo.platform.remoting.ListChangeListener.class - [JAR]

├─ com.canoo.platform.remoting.ObservableList.class - [JAR]

├─ com.canoo.platform.remoting.Property.class - [JAR]

├─ com.canoo.platform.remoting.RemotingBean.class - [JAR]

├─ com.canoo.platform.remoting.ValueChangeEvent.class - [JAR]

├─ com.canoo.platform.remoting.ValueChangeListener.class - [JAR]

com.canoo.dp.impl.remoting.info

├─ com.canoo.dp.impl.remoting.info.ClassInfo.class - [JAR]

├─ com.canoo.dp.impl.remoting.info.PropertyInfo.class - [JAR]

com.canoo.dp.impl.remoting.codec.encoders

├─ com.canoo.dp.impl.remoting.codec.encoders.AbstractCommandTranscoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.AttributeMetadataChangedCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.CallActionCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.ChangeAttributeMetadataCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.CommandTranscoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.CreateContextCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.CreateControllerCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.CreatePresentationModelCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.DeletePresentationModelCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.DestroyContextCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.DestroyControllerCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.EmptyCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.InterruptLongPollCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.PresentationModelDeletedCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.StartLongPollCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.ValueChangedCommandEncoder.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.encoders.ValueEncoder.class - [JAR]

com.canoo.dp.impl.remoting.legacy.core

├─ com.canoo.dp.impl.remoting.legacy.core.AbstractObservable.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.Attribute.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.BaseAttribute.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.BasePresentationModel.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.Dolphin.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.ModelStore.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.ModelStoreConfig.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.ModelStoreEvent.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.ModelStoreListener.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.ModelStoreListenerWrapper.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.Observable.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.core.PresentationModel.class - [JAR]

com.canoo.dp.impl.remoting.legacy

├─ com.canoo.dp.impl.remoting.legacy.RemotingConstants.class - [JAR]

com.canoo.dp.impl.remoting.legacy.commands

├─ com.canoo.dp.impl.remoting.legacy.commands.InterruptLongPollCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.commands.StartLongPollCommand.class - [JAR]

com.canoo.platform.remoting.spi.converter

├─ com.canoo.platform.remoting.spi.converter.Converter.class - [JAR]

├─ com.canoo.platform.remoting.spi.converter.ConverterFactory.class - [JAR]

├─ com.canoo.platform.remoting.spi.converter.DolphinBeanRepo.class - [JAR]

├─ com.canoo.platform.remoting.spi.converter.ValueConverterException.class - [JAR]

com.canoo.dp.impl.remoting.converters

├─ com.canoo.dp.impl.remoting.converters.AbstractBooleanConverter.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.AbstractConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.AbstractNumberConverter.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.AbstractStringConverter.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.BigDecimalConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.BigIntegerConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.BooleanConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.ByteConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.CalendarConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.DateConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.DolphinBeanConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.DoubleConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.DurationConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.EnumConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.FloatConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.IntegerConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.LocalDateConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.LocalDateTimeConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.LongConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.PeriodConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.ShortConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.StringConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.UuidConverterFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.ValueFieldTypes.class - [JAR]

├─ com.canoo.dp.impl.remoting.converters.ZonedDateTimeConverterFactory.class - [JAR]

com.canoo.dp.impl.remoting.collections

├─ com.canoo.dp.impl.remoting.collections.ListChangeEventImpl.class - [JAR]

├─ com.canoo.dp.impl.remoting.collections.ListMapperImpl.class - [JAR]

├─ com.canoo.dp.impl.remoting.collections.ObservableArrayList.class - [JAR]

com.canoo.dp.impl.remoting.codec

├─ com.canoo.dp.impl.remoting.codec.JsonNumberUtils.class - [JAR]

├─ com.canoo.dp.impl.remoting.codec.OptimizedJsonCodec.class - [JAR]

com.canoo.dp.impl.remoting.legacy.util

├─ com.canoo.dp.impl.remoting.legacy.util.DirectExecutor.class - [JAR]

com.canoo.dp.impl.remoting.commands

├─ com.canoo.dp.impl.remoting.commands.CallActionCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.commands.CreateContextCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.commands.CreateControllerCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.commands.DestroyContextCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.commands.DestroyControllerCommand.class - [JAR]

com.canoo.dp.impl.remoting.legacy.communication

├─ com.canoo.dp.impl.remoting.legacy.communication.AttributeMetadataChangedCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.ChangeAttributeMetadataCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.Codec.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.Command.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.CommandConstants.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.CreatePresentationModelCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.DeletePresentationModelCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.EmptyCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.JsonCodec.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.PresentationModelDeletedCommand.class - [JAR]

├─ com.canoo.dp.impl.remoting.legacy.communication.ValueChangedCommand.class - [JAR]

com.canoo.dp.impl.remoting

├─ com.canoo.dp.impl.remoting.AbstractBeanBuilder.class - [JAR]

├─ com.canoo.dp.impl.remoting.AbstractControllerActionCallBean.class - [JAR]

├─ com.canoo.dp.impl.remoting.AbstractPresentationModelBuilder.class - [JAR]

├─ com.canoo.dp.impl.remoting.AbstractProperty.class - [JAR]

├─ com.canoo.dp.impl.remoting.BeanAddedListener.class - [JAR]

├─ com.canoo.dp.impl.remoting.BeanBuilder.class - [JAR]

├─ com.canoo.dp.impl.remoting.BeanDefinitionException.class - [JAR]

├─ com.canoo.dp.impl.remoting.BeanManagerImpl.class - [JAR]

├─ com.canoo.dp.impl.remoting.BeanRemovedListener.class - [JAR]

├─ com.canoo.dp.impl.remoting.BeanRepository.class - [JAR]

├─ com.canoo.dp.impl.remoting.BeanRepositoryImpl.class - [JAR]

├─ com.canoo.dp.impl.remoting.BindingException.class - [JAR]

├─ com.canoo.dp.impl.remoting.ClassPropertyInfo.class - [JAR]

├─ com.canoo.dp.impl.remoting.ClassRepository.class - [JAR]

├─ com.canoo.dp.impl.remoting.ClassRepositoryImpl.class - [JAR]

├─ com.canoo.dp.impl.remoting.Converters.class - [JAR]

├─ com.canoo.dp.impl.remoting.DolphinEventHandler.class - [JAR]

├─ com.canoo.dp.impl.remoting.DolphinUtils.class - [JAR]

├─ com.canoo.dp.impl.remoting.EventDispatcher.class - [JAR]

├─ com.canoo.dp.impl.remoting.EventDispatcherImpl.class - [JAR]

├─ com.canoo.dp.impl.remoting.InternalAttributesBean.class - [JAR]

├─ com.canoo.dp.impl.remoting.ListMapper.class - [JAR]

├─ com.canoo.dp.impl.remoting.MappingException.class - [JAR]

├─ com.canoo.dp.impl.remoting.MockedProperty.class - [JAR]

├─ com.canoo.dp.impl.remoting.PlatformRemotingConstants.class - [JAR]

├─ com.canoo.dp.impl.remoting.PresentationModelBuilder.class - [JAR]

├─ com.canoo.dp.impl.remoting.PresentationModelBuilderFactory.class - [JAR]

├─ com.canoo.dp.impl.remoting.PropertyImpl.class - [JAR]

├─ com.canoo.dp.impl.remoting.UpdateSource.class - [JAR]