:L 今天看到一个比较变态的。。。jetty port到Android上面了:
[url=http://code.google.com/p/i-jetty/]http://code.google.com/p/i-jetty/[/url]
就是说可以在你手机上运行Jetty,提供servlet,comet push,然后你就有个手机上的local server了。
[code]<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mortbay.ijetty">
<application android:icon="@drawable/icon">
<activity class=".IJetty" android:label="@string/app_name">
<intent-filter>
<action android:value="android.intent.action.MAIN" />
<category android:value="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>[/code]
看起来很变态啊!不知道具体如何用法,大家讨论讨论!
[url=http://code.google.com/p/i-jetty/]http://code.google.com/p/i-jetty/[/url]
就是说可以在你手机上运行Jetty,提供servlet,comet push,然后你就有个手机上的local server了。
[code]<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mortbay.ijetty">
<application android:icon="@drawable/icon">
<activity class=".IJetty" android:label="@string/app_name">
<intent-filter>
<action android:value="android.intent.action.MAIN" />
<category android:value="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>[/code]
看起来很变态啊!不知道具体如何用法,大家讨论讨论!
介绍了一款名为i-Jetty的应用,该应用将Jetty服务器移植到了Android平台上,使得开发者能够在手机上部署并运行Servlet和CometPush等服务,为移动设备提供了本地服务器的功能。
657

被折叠的 条评论
为什么被折叠?



