JNDI服务配置

321 未经授权,禁止转载了解课程
课程介绍
讨论{{interaction.discussNum ? '(' + interaction.discussNum + ')' : ''}}
适合人群
javaSE ,javaEE, activejdbc 有一定web开发经验人。
你将会学到
学习开发,抛弃SSH 框架,给你一种不一样的感觉。更快,更强,更方便,
课程简介

Design principles

  • Should infer metadata from DB (like ActiveRecord)

  • Should be very easy to work with

  • Should reduce amount of code to a minimum

  • No configuration, just conventions

  • Some conventions are overridable in code

  • No need to learn another language

  • No need to learn another QL — SQL is sufficient

  • Code must be lightweight and intuitive, should read like English

  • No sessions, no "attaching, re-attaching"

  • No persistence managers

  • No classes outside your own models

  • Models are lightweight, no transient fields

  • No proxying. What you write is what you get (WYSIWYG:))

  • Should have the least possible resistance to startup a project

  • No useless getters and setters (they just pollute code). You can still write them if you like.

  • No DAOs and DTOs — this is mostly junk code anyway



展开更多
发布
头像

{{ item.user.nick_name }} {{ EROLE_NAME[item.user.identity] }}

置顶笔记
讨论图
{{ item.create_time }}回复
  • 删除

    是否确认删除?

    确认
    取消
  • {{ item.is_top == 1 ? '取消置顶' : '置顶'}}

    已有置顶的讨论,是否替换已有的置顶?

    确认
    取消
{{ tag.text}}
头像
{{ subitem.user.nick_name }}{{ EROLE_NAME[subitem.user.identity] }}
{{ subitem.create_time }}回复
删除

是否确认删除?

确认
取消
发布
{{pageType === 'video' ? '讨论区抢占沙发,可获得双倍学分' :'讨论区空空如也,你来讲两句~'}}
发布
{{tips.text}}
{{ noteHeaderTitle }} 笔记{{ hasMyNote ? '我的笔记' : '记笔记' }}
{{ hasMyNote ? '我的笔记' : '记笔记' }}
优质笔记
更新于:{{ $dayjs.formate('YYYY-MM-DD HH:mm:ss', item.last_uptime*1000) }}
头像
{{ detail.username }}

公开笔记对他人可见,有机会被管理员评为“优质笔记”

{{ noteEditor.content.length }}/2000

公开笔记
保存
提问

讲师收到你的提问会尽快为你解答。若选择公开提问,可以获得更多学员的帮助。

记录时间点
记录提问时视频播放的时间点,便于后续查看
公开提问
提交