goodow / realtime-channel

分布式消息总线
http://realtimeplayground.goodow.com/bus.html
Apache License 2.0
41 stars 12 forks source link

Javascript source #3

Closed angeloh closed 10 years ago

angeloh commented 10 years ago

I can't find javascript client source.

larrytin commented 10 years ago

The javascript client is generated by GWT, the translate script: https://github.com/goodow/realtime-channel/blob/master/gwt-compile.sh

angeloh commented 10 years ago

Weird, I can't find com.goodow.realtime.channel.ChannelProd this class.

angeloh commented 10 years ago

Can we have the version without minimized?

larrytin commented 10 years ago

See: https://github.com/goodow/realtime-channel/blob/master/src/main/resources/com/goodow/realtime/channel/ChannelProd.gwt.xml

You can translate using these options to get a more readable realtime-channel.js: mvn compile gwt:compile -Dgwt.module=com.goodow.realtime.channel.ChannelProd \ -Dgwt.disableCastChecking=true -Dgwt.disableClassMetadata=true \ -Dgwt.draftCompile=true -Dgwt.style=DETAILED

larrytin commented 10 years ago

The entry point for realtime-channel.js is https://github.com/goodow/realtime-channel/blob/master/src/main/java/com/goodow/realtime/html/ChannelEntryPoint.java